This application allow you to register with name and email company to manage data about your employees.
This is the backend layer of a fullstack project to implement basic CRUD operations and born from a mockup concept and becomes a project that can be scaled through time.
Want to know the frontend of this application: https://github.com/rubbenpad/employees-management
Tech stack:
- Node
- PostgreSQL
- GraphQL
- Apollo Server
- JSON Web Tokens
- Jest
-
Clone repository
git clone git@github.com:rubbenpad/employees-management-api.git
-
Navigate into new folder
cd employees-management-api
-
Install dependencies
npm install
-
Start development server
npm start
-
Run test suites
npm run test
-
Know coverage tests
npm run test -- --coverage