- 📖 About the Project
- 💻 Getting Started
- Run tests
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Meals Budgeting App] Is an example of a budgetting app that keeps track of your spending on meals. It allows you to place orders for meals you've added.
- Data Model.
- Processing data in models.
- Validations.
- Setup controllers and basic routing.
- Controllers specs.
- Structured views.
- Styling.
- Form for creating meals and orders.
- Pages to view all meals and orders.
- Add Devise for Authentication
- Add Cancancan for Authorization
- Rspec and Integration tests.
-
Below is a link to my video presentation of the project.
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
- Git
- Ruby
- Ruby on Rails
- IDE
- Etc
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/ClintonYounge/Meals-Budgeting-App.git
Install this project with:
cd Meals-Budgeting-App
bundle install
- Navigate to config/database.yml
- Update the user and password to match your postgresql user and password.
Run the following code-
rails db:create
rails db:migrate
rails s
To run tests, run the following command:
Run the rspec
command in your console to run the tests.
👤 Clinton Younge
- GitHub: @ClintonYounge
- Linkedin: @clinton-younge
- Twitter: @YoungeCjay
- Deployed project.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to leave a star to show your support.
I would like to give thanks to Microverse for providing an environment that makes me strive to grow as developers. Original design idea by Gregoire Vella on Behance
This project is License licensed.