- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Recipe 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.
Client
- HTML, CSS
- JavaScript
Server
- Ruby on Rails
Database
- User registration system (using Devise gem)
- User authorization system to manage permissions and access control (using CanCanCan 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 https://github.com/Kweeka1/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.
👤 Mohamed Talbi
- GitHub: @Kweeka1
- LinkedIn: Mohamed Talbi
👤 Selma Hamutenya
- GitHub: @SelmaNdapanda
- Twitter: @SellohBlaq
- LinkedIn: selma-hamutenya
- 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
- Code Reviewers
This project is MIT licensed.