- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ
- π License
The Budget Tracker app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
- Register and log in, so that the data is private to the user
- Create a new category of expenses
- Introduce new transactions associated with a category
- See the money spent on each category
Click here to see the live demo
To get a local copy up and running follow these simple example steps.
In order to run this project you need:
- Install ruby on your computer or run it with docker
- Have rails installed on your computer
Clone this repository by using the command line :
git clone https://github.com/asharanjith/Food-planner.git
Install this project with:
bundle install
Setup database using
rails db:create rails db: migrate
To run the project, execute the following command:
rails s
To run tests, execute the following command:
rspec spec
NB: You need to create an env file for your database credentials
π€ Asha S Vijayan
- GitHub: @asharanjith
- Twitter: @asha_cep
- LinkedIn: asha-vijayan
- Add reciepts copy
- Add budget analysis
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project by staring it.
I would like to thank Microverse for the providing support.
Original design idea from Behance and credits to Gregoire Vella
This project is MIT licensed.