streof / express-locallibrary-handlebars

A handlebars version of Local Library website as developed by MDN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. How to run the code?

- Make sure the mongo deamon is running
- The app requires a db called test, i.e. `mongodb://localhost:27017/test`
- To run the app `npm run start`
- To run the app with extra loggin `npm run devstart`
- To debug the app `node inspect ./bin/www`

About

A handlebars version of Local Library website as developed by MDN


Languages

Language:JavaScript 76.4%Language:HTML 23.4%Language:CSS 0.3%