✅ Created a new rails app.
✅ Followed gitflow
✅ Setup PostgreSQL database.
✅ Created a kanbanboard to track our progress
✅ The app has the following interfaces:
- A login page.
- A registration page.
- A food list (with all CRUD implementation, except for 'update').
- A recipes list (with all CRUD implementation, except for 'update').
- A general shopping list view (all missing food for all your recipes and total price).
- A list of all public recipes from other users with their names and total prices.
- Ruby On Rails
Open your termnial and run the following command:
git clone https://github.com/AlexRS90/blog-app.git
- cd recipe-app
- bundle
- rails db:create
- rails db: migrate
rails s
Open your browser and type the following URL http://127.0.0.1:3000/
Finally you can start using the app and add some recipes, inventories and foods. Enjoy!
To run the unit test once you did the above steps just write the following command in your terminal, you must be on your root directory:
rspec spec
- Ruby
- Terminal
👤 Alejandro Ramos
- GitHub: @AlexRS90
- Twitter: @AlejandroRBenji
- LinkedIn: @AlexRS90
👤 Promise Eze
- GitHub: @codepantha
- Twitter: @codepantha
- LinkedIn: @promise-eze
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.