Recipes App is web app that allow users to add food and create recipes, the app is built with Ruby on Rails and has a user authentication and an authorization system.
- User registration system (using Devise gem)
To get a local copy up and running follow these simple steps.
- Ruby
- Ruby on Rails
- PostgreSQL
- any code editor
To setup the project follow the steps:
-
Clone this project using Git Bash:
git clone git@github.com:aeh1707/recipe_app.git
-
Inside the project directory, install the project's dependencies
bundle install
-
Setup the app's database
rails db:setup
In the project directory, you can run:
-
rails server
Runs the app server
-
rubocop
Launches the test runner.
👤 Sajeel Zafar
- GitHub: @Sajeelzafar
- Twitter: @SajeelZafar6
- LinkedIn: Sajeel Zafar
- Implement user engagement features (likes, comments and ratings)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a star!
- Microverse
This project is MIT licensed.