Recipe App is a web application that allows users to create and share recipes with other users. Users can create an account, log in to the app, and then create, edit, and delete their recipes. Also, users can add foods and set the recipes public or private. Moreover, users can also view public recipes created by other users.
Client
- Login and Signup pages
- Use of active record models
- Add food, recipe, ingredients
- View recipes, foods, and general shopping list
To get a local copy and running, follow these steps.
Clone this repository to your desired folder by following the below steps
- Create a local directory where you can clone the project
- Clone the project to your directory by running
git clone https://github.com/ybadr99/recipe-app
- cd recipe-app
In order to run this project you need Ruby and Ruby on Rails installed on your machine.
In addition, you need the following tech stack
- Ruby on rails
- npm
- PostgreSQL
- rails RSpec
- Bootstrap
- Devise for authentication
- CanCanCan for authorization
Install this project with:
1) cd 'project name'
2) "npm i" to install all dependencies
3) "bundle install" to install all gems
4) "rails s" to run the server
- "rspec" to run the tests
- GitHub: @cherelemma
- LinkedIn: @chere-lemma27211613
- Twitter: @twitterhandle
- GitHub: @yousef_badr
- LinkedIn: @yousef_badr
- [Improve the UX]
- [Add responsiviness]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- If you like this project kindly leave a Star
- I would like to thank Microverse for giving me the opportunity to work in this project.
This project is MIT licensed.