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

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

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.