Skip to content

pdulak/friendlyTracker

Repository files navigation

friendlyTracker

My first Node.js / Express web application.

Setup

Install dependencies by using: npm install
Install nodemon: npm install -g nodemon
Install mocha: npm install --g mocha

Configuration

Directory config contains global and sample configuration file. You should create config.development.js and config.prod.js files respectively using values for your environments. By default the application is using SQLite as the database - under heavy load it should be changed to the more powerful engine.

Running

  • Run app with debug by using: DEBUG=friendlyTracker:* npm start
  • Run app with debug and nodemon using: DEBUG=friendlyTracker:* nodemon ./bin/www
  • Nodemon should also work this way: nodemon

Testing

  • in the command line enter: mocha

Browser

Things I learned so far:

Things to review / read / check:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published