Skip to content

afj176/express-boilerplate

 
 

Repository files navigation

express-boilerplate

A basic Express setup, hooked up with mongoose-auth and Bootstrap. Includes configuration files for deployment on dotCloud.

to install:

fetch dependencies

$ brew install mongodb

$ npm i --link

rename (and maybe edit) secrets file

$ cp etc/example.secrets.js etc/secrets.js

re: mongoDB

Don't forget to run mongod before booting the app!

to run the server:

$ node boot.js

to run tests:

$ make test

About

Node.js + Express + Mongoose-Auth + Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published