Skip to content

An amazing app to track and share delicious recipes, you can also save your foods thanks to an inventory and generate a shopping list with all the ingredients that you'll need to cook a recipe.

License

Notifications You must be signed in to change notification settings

AlexRS90/recipe-app

Repository files navigation

Recipe App

Roadmap:

✅ 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.

Built With

  • Ruby On Rails

Live Demo

To get a local copy up and running follow these simple example steps.

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!

Testing

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

Prerequisites

  • Ruby
  • Terminal

Authors

👤 Alejandro Ramos

👤 Promise Eze

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

An amazing app to track and share delicious recipes, you can also save your foods thanks to an inventory and generate a shopping list with all the ingredients that you'll need to cook a recipe.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published