The Backend of K(= Korean)-uber Eats Clone
#1 DATABASE CONFIGURATION ( for mac )
- Install PostgreSQL
- (Optional) Install postico (https://eggerapps.at/postico/)
- Create database for 'Kuber-Eats'
- Login to the database you create
- Create admin user with password
ex)
ALTER USER [YOUR_USERNAME] WITH PASSWORD '12345'
- Nest JS
- NODE JS
- TypeScript
- GraphQL
-
id
-
createdAt
-
updatedAt
-
email
-
password
-
role(client|owner|delivery)
- Create Account
- Log In
- See Profile
- Edit Profile
- Verify Email
- name
- category
- address
- coverImage
-
See Categories
-
See Restaurants by Category (pagination)
-
See Restaurants (pagination)
-
See Restaurant
-
Edit Restaurant
-
Delete Restaurant
- Create Dish
- Edit Dish
- Delete Dish
- Orders CRUD
- Orders Subscription
- Pending Orders (Owner)
- Order Status (Customer, Delivery, Owner)
- Pending Pickup Order (Delivery)
- Payments (CRON)