This is A simple food delivery app that allows users to browse a menu of available food items, select items to add to their cart, and place an order for delivery or pickup.
The app typically has a database that stores information about food items, users and orders.
- FoodItem: This model represents a food item that can be ordered. It has attributes such as name, description, price, and
image_url.
- User: This model represents the super admin and the normal user, such as a customer or a restaurant owner. It has attributes such as name, email, and password.
- Order: This model represents an order placed by a user. It has attributes such as
user_id
,total_price
,quatity
, andstatus
.
N/A Pending
- Rails
- Ruby
- Postgresql
- Devise
- JWT
- ActiveRecord Serializer
Here are the steps to follow in order to get this project on your local computer.
rails v7.0.2 +
ruby v3.0.2 +
clone this repo by typing https://github.com/Alfredbis29/recipe-app.git
install the dependencies by typing bundle install
start the local server by running rails s
run the tests by typing rails rspec
👤 Alfredbis29
- GitHub: @Alfredbis29
- Twitter: @Alfredbisimwa
- LinkedIn: Alfred Bisimwa
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
N/A
This project is MIT licensed.