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
- Host: GitHub
- URL: https://github.com/ovuiproduction/to-do-list-web-app
- Owner: ovuiproduction
- Created: 2024-01-14T12:21:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T13:01:50.000Z (11 months ago)
- Last Synced: 2024-07-24T14:50:36.986Z (11 months ago)
- Topics: body-parser, css, ejs, ejs-templates, expressjs, html5, javascript, mongodb, todo-list
- Language: EJS
- Homepage: https://github.com/ovuiproduction/To-do-list-web-app
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```