Skip to content

This is supposed to be a node+angular application template. A starting point, reference, not updated until a fancy new thing will be required in my work. Enjoy.

License

Notifications You must be signed in to change notification settings

yin/cryptic-oasis

Repository files navigation

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:

About

This is supposed to be a node+angular application template. A starting point, reference, not updated until a fancy new thing will be required in my work. Enjoy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published