NodeJs APIs for EMployees Management.
Features :
- User Sign Up.
- User Signin.
- Add employee.
- Update Employee details.
- Delete employee Record.
- Get all employee details.
- Get JWT Token for all APIs.
- All the apis are secured with jwt token. Use get JWT token API to get Bearer token to access other apis.
- node >= v12.x
- npm >= 6.x
npm install
Rename .env.example as .env and populate with respective values.
npm start
- Import the apiusers collection from the json files given to MongoDB.
- Import the post man collection given.