- 📖 About the Project
- 💻 Getting Started
- 👥 Author
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
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.
Client
Server
Database
- Sign up and log in
- Manage a category
- Manage transaction belonging to a category
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A command line interface
- Install Ruby
- Install PostgreSQL database
- Have Rails set up and running (
gem install rails
)
- Clone this repository to your desired folder:
cd my-folder git clone git@github.com:emmiiorji/budget-app.git
- Create a
.env
file in the root directory with your database configuration details following the.env.example
file as guide - Create an account at cloudinary and include the api keys within the .env file
Install this project with:
cd my_blog
bundle install
To run the project, execute the following command:
rails db:migrate
rails server
To run tests, run the following command:
rspec
👤 Emmanuel Orji-Ihuoma
- GitHub: @emmiiorji
- Twitter: @emmiiorji
- LinkedIn: LinkedIn
- Allow transaction to have more than one category
- Improve user interface
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give a ⭐️!
Shout out to Gregoire Vella on Behance for the original design idea.
This project is MIT licensed.