- User registration - user authentication
- Adding - Editing - Deleting a products
- Adding - editing - deleting a Resturant
- MongoDb noSql database use and templates ready
- Admin associated to edit restaurant settings
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework
- [Mongoose] - HTML enhanced for web apps!
- [JWT] - Industry standard RFC 7519 method for representing claims securely between two parties
Dillinger requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
cd foodbaks_backend_public
npm i
Editing✏️ | File path |
---|---|
config.env | .\config\env |
Editing this file your JWTkey and MongoDb connection url
npm start
And service is here 🚀
127.0.0.1:5000