Skip to content

jimethn/notejam-express

Repository files navigation

Notejam: Express

Notejam application implemented using Express.js microframework.

Express version: 4.2

Middlewares/extentions used:

Installation and launching

Cloning

Clone the repo:

$ git clone [email protected]:komarserjio/notejam.git YOUR_PROJECT_DIR/

Install environment

Use npm to manage dependencies.

Install dependencies

$ cd YOUR_PROJECT_DIR/express/notejam/
$ npm install

Create database schema

$ cd YOUR_PROJECT_DIR/express/notejam/
$ node db.js

Launch

Start built-in web server:

$ cd YOUR_PROJECT_DIR/express/notejam/
$ DEBUG=* ./bin/www

Go to http://127.0.0.1:3000/ in your browser

Running unit tests

Run unit tests:

$ cd YOUR_PROJECT_DIR/express/notejam/
$ ./node_modules/mocha/bin/mocha tests

Contribution

Please send your pull requests in the master branch.

Always prepend your commits with a framework name:

Express: Implemented sign in functionality

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published