- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Budget App is a mobile web application where you can manage your budget: You have a list of expenses associated with a category, so that you can see how much money you spent and on what.
Client
Server
Database
- A user can register and log in, so that the data is private to them.
- Introduce new transactions associated with a category.
- See the money spent on each category.
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/V-Blaze/Budget_App.git
Install this project with:
cd Budget_App
bundle install
Setup database credentials
config/database.yml
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec --format documentation
👤 Valentine Blaze
- GitHub: @V-blaze
- Twitter: @blaze_valentine
- LinkedIn: @valentine-blaze
- Delete a user
- Delete an Expenses
- Export all your expenses
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, Please give it a ⭐️
Thanks @Gregoire Vella on Behance. for providing this template
This project is MIT licensed.