Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.21 KB

Cryptic Oasis - Web finance manager

Cryptic oasis is income/expense management tool. The goal of this project is to learn technologies, I never :

  1. Advanced Heroku Toolbelt commands
  2. PostgreSQL
  3. EJS templating framework (already replaced by DoneJS)
  4. Express version 4

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone git@github.com:yin/cryptic-oasis.git # or clone your own fork
$ cd cryptic-oasis
$ sudo apt-get install -y libpg-dev
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: