https://github.com/pazuzu111/todo7040
https://github.com/pazuzu111/todo7040
crud express mvc psql-database
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pazuzu111/todo7040
- Owner: pazuzu111
- Created: 2017-10-26T01:02:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T00:20:22.000Z (over 8 years ago)
- Last Synced: 2025-02-17T08:33:38.807Z (over 1 year ago)
- Topics: crud, express, mvc, psql-database
- Language: JavaScript
- Homepage: https://todo7040.herokuapp.com/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)