- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Budget App project is about building 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.
Ruby
Rails
PostgreSQL
- 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 [email protected]:mailsg/Rails-Budget-App.git
cd Rails-Budget-App
Install this project with:
cd Rails-Budget-App
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
👤 Sandeep Ghosh
- Profile Section
- News Section
- Community Forum
Contributions, issues, and feature requests are welcome!
Feel free to check the https://github.com/mailsg/Rails-Budget-App/issues.
If you like this project give me a follow and/or a star
I would like to thank Microverse for giving me this opportunity to build this amazing project. I would also like to thank Gregoire Vella for the wonderful design template. I would also like to thank my mentors for their guidance and support. Lastly, I would like to thank the open-source community for their contribution to the open-source ecosystem. Without their contribution, creating this project would not have been possible. Thank you all. 🙏
This project is MIT licensed.