Skip to content

Want a better way to keep track of invoices instead of a list of word docs? I gotcha

Notifications You must be signed in to change notification settings

andrewbatallones/simple-invoice

Repository files navigation

Simple Invoice

Want a better way to keep track of invoices instead of a list of word docs? I gotcha! This app will keep track of invoices you want to send to various clients.

Development

This is a simple application that needs Postgres to run.

You can run the various commands to create/migrate the tables to the database.

rails db:create
rails db:migrate

From there, you can run the app via a web server:

rails s

If you need to run any console commands or debug anything, you can also run this command to log into the console:

rails c

Testing

I'll be using Rails built-in test suite to run the tests. You can run the test via the rails command:

rails test

About

Want a better way to keep track of invoices instead of a list of word docs? I gotcha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •