Skip to content

Unified sample web app. The easy way to learn web frameworks.

License

Notifications You must be signed in to change notification settings

karimodm/notejam

 
 

Repository files navigation

Notejam: Express

Notejam application implemented using Express.js microframework.

Express version: 4.2

Middlewares/extentions used:

Architecture Overview

https://github.com/karimodm/notejam/blob/master/Architecture%20Diagram.png

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

Continous Delivery

Continous Delivery is enabled for this application via CircleCI, for more details please have a look at the README of the terraform folder.

Contribution

Please send your pull requests in the master branch.

Always prepend your commits with a framework name:

Express: Implemented sign in functionality

About

Unified sample web app. The easy way to learn web frameworks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 43.5%
  • JavaScript 35.7%
  • HTML 10.2%
  • CSS 8.2%
  • Smarty 2.1%
  • Shell 0.3%