Skip to content

data-creative/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 [email protected]: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

Languages

  • JavaScript 99.1%
  • CSS 0.9%