Recipe App Project is a recipe web application. User can create accounts, recipe and foods can see public recipes and can generate shopping list. Built with ruby on rails.
Client
- Ruby on Rails
- PostgreSQL
- Authentication
- Authorization
- Create Food
- Create Recipe
- Create Public Recipe
- Generate Shopping Lists
To get a local copy up and running, follow these steps.
In order to run this project you need the following installed in your local system
- Ruby
- Git CLI
- Github account
Clone this repository to your desired folder:
cd <desired-folder>
git clone https://github.com/obed300/recipe-app.git
Install this project with:
cd Recipe App
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To test the project, execute the following command:
rspec
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Pagination
- Recipe Search
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give me a Star!
We would like to thank for Microverse to provide us learning materials, and our peers for helping us out to move forward.
This project is contributed under MIT licensed.