https://github.com/izzypt/node-express-demo-project
Building a basic project with node and express
https://github.com/izzypt/node-express-demo-project
Last synced: over 1 year ago
JSON representation
Building a basic project with node and express
- Host: GitHub
- URL: https://github.com/izzypt/node-express-demo-project
- Owner: izzypt
- Created: 2022-08-03T22:29:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T10:05:36.000Z (over 3 years ago)
- Last Synced: 2025-01-14T21:45:31.245Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-express-demo-project
Building a basic project with node and express to store and serve as a news portal.
## Dependencies
#### Express
As backend framework
#### MySQL
For the database
#### EJS
For dynamic rendering of javascript in the views templates.
#### Consign
As an auto-loader for the routes , db and models.