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

https://github.com/ovuiproduction/to-do-list-web-app

To Do List - Web Application
https://github.com/ovuiproduction/to-do-list-web-app

body-parser css ejs ejs-templates expressjs html5 javascript mongodb todo-list

Last synced: 3 months ago
JSON representation

To Do List - Web Application

Awesome Lists containing this project

README

        

# To Do List Web Application

## Technology

### Frontend Stack
1. EJS
2. Html5
3. css
4. JavaScript

### Backend Stack
1. NodeJs
2. MongoDB
3. Express

### Setup

```bash
npm init
```
```bash
npm install mongoose
```
```bash
npm install express, ejs, body-parser
```