Skip to content

s2t2/express-sticky-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sticky Notes App

A node.js app configured to use Express and Mongo.

Contributing

Installation

Install npm and mongodb.

Install source code.

git clone git@github.com:s2t2/express-sticky-notes.git
cd express-sticky-notes/

Install npm package dependencies.

npm install nodemon -g
npm install

Usage

Create and migrate and seed the database.

node db/seeds.js

Run local web server.

DEBUG=notes_app:* npm start

About

A node.js MVC app configured to use Express and Mongo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published