/express-locallibrary-handlebars

A handlebars version of Local Library website as developed by MDN

Primary LanguageJavaScript

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`