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

https://github.com/pazuzu111/todo7040


https://github.com/pazuzu111/todo7040

crud express mvc psql-database

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# todo7040

EXPRESS todo app full CRUD functionality (MVC)

# stack used

- ejs as view engine
- css
- express/node for server
- psql for database

# dependencies
```sh
"dependencies":
{
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"pg-promise": "^7.0.3"
}
```
# future features

* authentication - passport
* user profiles - bcryptjs, express-session

you may clone and contribute!!! have fun!!!
```sh
1) git clone https://github.com/pazuzu111/todo7040.git

2) npm install

3) npm start || nodemon server.js
```
nodemon will keep server refreshing on its own (recommended)