The Budget-app This is a mobile web application where we can manage our budget: we have a list of transactions associated with a category, so that we can see how much money we spent and on what.
Client
Server
Database
- register and log in
- introduce new transactions associated with a category.
- see the money spent on each category.
- N/A
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
https://github.com/vanelnw/budget_app.git
cd recipe-rails-app
Install thr project dependencies with:
bundle install
To run the project, execute the following command:
rails server
To run all tests, including unit and integration tests, run the following command:
rails test:all
You can deploy this project using:
N/A
π€ Vanel Nwaba
- GitHub: @vanelnw
- LinkedIn: Vanel Nwaba
- Twitter: @raymondolisa01
- Processing data in models.
- Add API endpoints.
- API documentation.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects give this project a Star.
- A special thanks to Microverse for inspiring this project.
- Kudos to gregoire vella on behance for inspiring the design.
This project is MIT licensed.