Budget App App is an application that helps your expenses and stay on budget!.
-
Ruby on Rails
-
Postgressql
-
Tailwind CSS
To get a local copy up and running follow these simple steps.
-
You can clone this repo by typing
https://github.com/david-lafontant/Budget-App.git
on your terminal. -
Type
cd Budget-app
to access the project on the terminal. -
Run
bundle install
to install all the required dependancies. -
- Run
rails db:reset
to drop, create and migrate a new database.
- Run
-
Run
rails s
to start a development server.
rspec
will run all the tests.
Also, you can run rspec [FILE PATH]
to run specific tests.
You can also run RAILS_ENV=test rspec spec/
to run the tests in test mode.
If you encounter any errors, run the following commands.
-
Run
rails db:reset
to drop, create and migrate a new database. -
Run
rubocop && rubocop -A
to check for and fix code errors.
👤 David Lafontant
- GitHub: @david-lafontant
- Twitter: @manikatex
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for giving me this chance
- The design template provider Gregoire Vella on Behance(Sanpscan App).
This project is MIT licensed.