Make Sure: A Node.JS Web Application
- Rajat Sharma
- Feb 2, 2018
- 1 min read

I created a simple Node.JS based CRUD application with mongoDB as databse.
It is a Task-list application where you can add your task to your to do list, make changes to them and remove when done.
The back-end of the application with scratch is created on Node.JS along with Express.JS framework. For quick front-end development EJS (a simple templating language) is used.
And mongoDB is used to store the user data.
Looking forwarding for posting a tutorial in coming days..
Comments