Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achilles-dev/recipe-app
https://github.com/achilles-dev/recipe-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/achilles-dev/recipe-app
- Owner: Achilles-Dev
- Created: 2022-07-31T06:01:20.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-23T08:10:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:13:14.757Z (over 1 year ago)
- Language: Ruby
- Size: 205 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Recipe App
> The **Recipe app** keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking, the app allows you to make them public so anyone can access them.
## Built With
- Ruby
- Rails
- Postgresql
- Devise
- CSS & Bootstrap 5
- Rspec
- CapybaraTo get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
- Rails
- Postgresql### Setup
- Clone the Repository
`git clone https://github.com/Achilles-Dev/recipe-app.git`- Go to the project directory
`cd recipe-app`- Run ```bundle install```
- Run ```rails db:create```
- Run ```rails db:migrate```### Usage
- Run ```rails s``` to run the app
## Authors
👤 **Solomon Hagan**
- GitHub: [@Achilles-Dev](https://github.com/Achilles-Dev/)
- Twitter: [@SoloAchilles](https://twitter.com/SoloAchilles/)
- LinkedIn: [Solomon Hagan](https://www.linkedin.com/in/solomon-hagan/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.