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

https://github.com/simonneutert/node-express-ejs-skeleton

basic barebone node express ejs project to get things started quickly
https://github.com/simonneutert/node-express-ejs-skeleton

ejs ejs-express ejs-templates express expressjs javascript node nodejs

Last synced: 4 months ago
JSON representation

basic barebone node express ejs project to get things started quickly

Awesome Lists containing this project

README

          

# Node Express EJS

Basic barebone NodeJS app with SQLITE3 as development database.

## Start it up

1. `$ npm install`
2. `$ npm start`

Visit `http://localhost:3000` in your browser and/or\
`http://localhost:3000/welcome` to see everything in action.

## Ingredients

Plain NodeJS and Express and EJS as templating language.

### Where the magic happens

See the files in `./routes/` to get a grasp how everything is glued together.