This is basic API for CRUD operations on Employee for ITFAQ exam
Motive To perform screening test
This is basic express API to do some CRUD operations on employee(s),
body-parser,
express,
express-validator,
lowdb,
morgan,
nanoid,
nodemon,
swagger-jsdoc,
swagger-ui-express
To run this project:
Clone the repository
Run command npm install
Run command npm start
POST: api/employee PUT: api/employee/:id GET: api/employee