This is a very simple rails app which will allow you to track your invoices and expenses.
-
Checkout this project
-
Set up the environment variables in /config/application.sample.yml
-
Rename /config/application.sample.yml to /config/application.yml
-
Run
bundleto install gems -
Migrate the database by runnign
rake db:migrate(will create a SQLite database) -
Run the app:
rails s -
Go to localhost:3000 in your browser