- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Budget App This is a Ruby on Rails application that allows the user to: 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.
Client
Server
Database
- Create category
- Create transaction
- Authenticate user
- Authorize user
To get a local copy up and running, follow these steps.
In order to run this project you need:
Example command:
gem install railsClone this repository to your desired folder:
cd my-folder
git clone git@github.com:Adams-Ghub/budget-app.gitInstall this project with:
cd Budget-App
bundle install rails db:create rails db:migrateTo run the project, execute the following command:
rails serverTo run tests, run the following command:
rails rspec specYou can deploy this project using:
https://render.com/👤 Adams Bamfo
- GitHub: Adams-Ghub
- Twitter: @bamfoaf
- LinkedIn: Adams Bamfo
- Add complex styles
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
I would like to express my gratitude to the Microverse full-stack curriculum for their inspiring guidance, and I extend appreciation to Gregoire Vella(https://www.behance.net/gregoirevella), the Behance artist behind the original design.(https://creativecommons.org/licenses/by-nc/4.0/)
This project is MIT licensed.