data-creative / express-sticky-notes

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

Home Page:https://express-sticky-notes.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://express-sticky-notes.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 99.1%Language:CSS 0.9%