- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Budget App is a mobile web application that allows you to manage your funds. It features the history of your transactions associated with specific category, so that you can see evaluate your spends, which will in turn enable you to make informed decisions about spending and saving.
Client
Server
Database
- Sign up page: Allowing new users to register to enjoy the budget app
- Login page: This allows individual users to create an account in order to use the app
- Transactions page: Giving the users the power to manage the flow of their funds
To get a local copy up and running, follow these steps.
- A text editor(preferably Visual Studio Code)
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec
- Clone the project
git clone git@github.com:demix007/BudgetApp.git
cd BudgetApp
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails s
Visit http://localhost:3000/ in your browser.
Install rspec with:
bundle install
and
rails generate rspec:install
run the test with:
rspec spec
👤 Ayodeji Abidemi
- Use pictorial/graphical illustration to summarize histories
- Improve the user interfaces
- Add more functionality
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design: Gregoire Vella on Behance
This project is MIT licensed.