Skip to content

kriston97/CAFSPROJECT

Repository files navigation

CAFSPROJECT

NodeJs APIs for EMployees Management.

Features :

  1. User Sign Up.
  2. User Signin.
  3. Add employee.
  4. Update Employee details.
  5. Delete employee Record.
  6. Get all employee details.
  7. Get JWT Token for all APIs.

Note

  1. All the apis are secured with jwt token. Use get JWT token API to get Bearer token to access other apis.

Requirements

  1. node >= v12.x
  2. npm >= 6.x

Setup

Step-1:

npm install

Step-2:

Rename .env.example as .env and populate with respective values.

Step-3:

npm start

Step-4 :

  1. Import the apiusers collection from the json files given to MongoDB.
  2. Import the post man collection given.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published