[Budget App] is a a mobile web application that allows the user to manage their budget: It has a list of transactions associated with a category, so that the user can see how much money he has spent and on what
Describe the tech stack and include only the relevant sections that apply to your project.
Server
Database
- [User Register and Log In]
- [Create transactions associated with a category]
- [See the money spent on each category]
To get a local copy up and running, follow these steps.
- Postgresql
- Rails
In order to run this project you need:
git clone https://github.com/markoutya0/Budget_app
- cd Budget_app
- run bundle install
- Open the file config\database.yml
- Modify the connection parameters to point your Postgres Database: username: [your_user] password: [your_password]
- run rake db:create
- run rake db:migrate
- run rails server
- Visit localhost:3000 in your browser!
To run tests, run the following command:
- Run all tests: rspec
- Run all tests and show test documentation: rspec spec --format documentation
👤 mark otuya
- GitHub: @markotuya0
- Twitter: @markk_anthonny
- LinkedIn: @mark-otuya
Contributions, Issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
Original design idea by Gregoire Vella on Behance.
-
I would like to thank to Microverse
This project is MIT licensed.