Node js users crud functionality
Use the package manager npm to install foobar.
git clone https://github.com/RahulRawat1994/test-nodejs-engineer-ai.git
cd test-nodejs-engineer-ai
npm install
npm run start
Application start on localhost:4000
Update .env
file
CONN_STR=mongodb://localhost:27017/test
PORT=4000
Postman documentation : https://documenter.getpostman.com/view/8320393/SztA8p6s?version=latest
http://localhost:4000/api/users/seed
Seed user data using this API URL
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.