Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 728 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 728 Bytes

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