Track Budget is a mobile web application where you can manage your budget: you have a list of purchases associated with a category, so that you can see how much money you spent and on what category.
- Ruby
- Rails
- Postgresql
Server
- [A login page]
- [A registration page]
To run this project, take a copy of the code and follow the instruction below.
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
Clone the project
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Visit http://localhost:3000/ in your browser.
Install npm with:
Install rspec with:
bundle install
and
rails generate rspec:install
run the test with:
rspec spec
rails server
Visit http://localhost:3000/api-docs in your browser.
- Run
rails server
to run the app.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this project!
This project is MIT licensed.