Skip to content

klapec/todo-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-express

Dependency Status

Node.js app based on Express, MongoDB, Mongoose and Passport.

Usage

Install all the dependencies with npm install --production and start with npm start.

If you want to use this for development purposes, run npm install and use gulp to launch the app. It sets up a local server, watches all the files for any changes, recompiles them and refreshes the browser if necessary.

Requires MongoDB. If it's not running locally (on localhost:27017) then the mongo URI needs to be provided via the MONGO_URI environmental variable.

Testing

Both client and server side tests can be run with npm test. Frontend tests require PhantomJS installed globally.

Example

todo.andrzejklapec.pl/

About

Node.js app based on Express, MongoDB, Mongoose, Passport.

Resources

License

Stars

Watchers

Forks

Packages

No packages published