Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 958 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 958 Bytes

HR APP Backend

Is Web Application platform which is going to help company staff like managers to provide feedbacks, and monitor co-workers' behaviour statistic

Badges

Coverage Status CircleCI

Demonstration

Install my-project with npm

  clone this repository
  enter inside of it
  install dependences by typing  `npm install` in terminal
  Run `npm run dev` scripty in terminal

Tech Stack

Database: PostgreSQL, Sequelize

Server: Node, Express

Testing: Mocha, Chai

Running Tests

To run tests, run the following command

  npm run test