Skip to content

iashraf/SimpleAccounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple rails app which will allow you to track your invoices and expenses.

  1. Checkout this project

  2. Set up the environment variables in /config/application.sample.yml

  3. Rename /config/application.sample.yml to /config/application.yml

  4. Run bundle to install gems

  5. Migrate the database by runnign rake db:migrate (will create a SQLite database)

  6. Run the app: rails s

  7. Go to localhost:3000 in your browser

About

Simple accounting app for freelancers. Save your invoices and expenses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published