Authentication APIs
APIs for Login, Signup features along with test cases.
Tech Stack
- Node.js & Express
- MongoDB & Mongoose
Instructions to setup
Prerequisites
- Node version > 4
- MongoDB installed
- Postman (To test APIs)
Steps to follow
git clone https://github.com/pushkaragnihotri/node-auth-boilerplate
npm i # install dependencies
mongod
(to start up mongodb instance)npm run dev # run the development environment
npm run test # run the mocha test cases
import postman collection in postman to run apis