- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Budget App is a web app built with ruby on rails and uses postgresql database. It allowsa user to sign up, log in, create new groups and new records for their expenses(entities).
Client
- The page is built with Ruby on Rails
- Sign up and Log in Add groups (categories) and expenses
In order to run this project you need:
- Install Git
- Install Ruby and Rails
- Install Postgres
- You can use your favorite CLI and code editor.
Clone this repository to your desired folder:
cd budget_app
git clone git@github.com/flemton/budget_app.git
Install this project with:
cd budget_app
bundle install
To run the project, execute the following command:
rails s
Your project should be displayed automatically on your web browser on this port: http://localhost:3000/, if don't open it manually.
👨🏼🚀 Alhassan Osman 🎵
- GitHub: @flemton
- Twitter: @oalhassan847
- LinkedIn: newtongh
- Edit groups and expenses
- Search expenses
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star on my GitHub Repo
I want to thanks to Gregoire Vella on Behance for providing the design guidelines used in this project.
This project is MIT licensed.