Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devmnj/nodejs-todo-app

This is a simple Nodejs web application project which record todo items and store them into MongoDB (NoSQL data base). User can also delete the listed Todo item.
https://github.com/devmnj/nodejs-todo-app

expressjs mongodb-database nodejs-framework

Last synced: about 1 month ago
JSON representation

This is a simple Nodejs web application project which record todo items and store them into MongoDB (NoSQL data base). User can also delete the listed Todo item.

Awesome Lists containing this project

README

        

## About
This is a simple `Nodejs` web application project which record todo items and store them into MongoDB (NoSQL data base). User can add and delete the listed Todo item.
![Todo Web App](https://github.com/manojap/Nodejs-Todo-app/blob/main/todo.PNG "Nodejs app")

## Demo
Here is the [sandbox-demo](https://lmmb8.sse.codesandbox.io/) of the app and the [sandbox](https://codesandbox.io/s/nodejs-mongodb-todo-app-lmmb8) itself.

> This is a Nodejs version of [Tasker app](https://github.com/manojap/Flaask-task-master) found at [Heerokuapp](http:\\minimaltasker.herkuapp.com) , which is written in `python` and `Flask framework`.

## npm pckages
Following npm pacakages used in this project
* body-parser
* mongoose
* ejs templating engine
* express

I also utilized the `nodemon` package which indeed a good tool for `auto reload` while coding and debugging process.

You can install all dependencies by running

``` npm install ```