A sample CRUD application with Node.js, Express , Mongodb & sequelize.
- Node - 8.11.1
- Express - >4.*
- Mongoose - >5.2.2
- Sequelize - > 4.*
- Make sure you've installed mongodb on your local machine
- Run Following script
$ git clone https://github.com/sunilmore690/ExpressMongoSequlizerApp.git
$ cd ExpressMongoSequlizerApp
$ npm install
$ npm start
- Add a new User
curl --header "Content-Type: application/json" \
--request POST \
--data '{"email":"[email protected]","password":"xyz","name":"Scott Tiger"}' \
http://localhost:3000/users