https://github.com/leye195/nuber-eats-backend
The Backend of Nuber Eats Clone
https://github.com/leye195/nuber-eats-backend
graphql nestjs postgresql typeorm
Last synced: 3 months ago
JSON representation
The Backend of Nuber Eats Clone
- Host: GitHub
- URL: https://github.com/leye195/nuber-eats-backend
- Owner: leye195
- Created: 2020-12-13T05:50:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T17:54:32.000Z (about 4 years ago)
- Last Synced: 2025-02-06T23:31:27.007Z (4 months ago)
- Topics: graphql, nestjs, postgresql, typeorm
- Language: TypeScript
- Homepage:
- Size: 917 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuber Eats
The Backend of Nuber Eats Clone
## User Entity
- id
- createdAt
- updatedAt
- password
- role (client | owner | delivery)## User CRUD
- Create Account
- Log In
- See Profile
- Edit Profile
- Delete Profile
- Verify Email## Restaurant Entity
- name
- category
- address
- coverImage## Restaurant CRUD
- See Categories
- See Restaurant
- See Restaurants (pagination)
- See Restaurants by Category (pagination)
- Edit Restaurant
- Delete Restaurant## Dish CRUD
- Create Dish
- Edit Dish
- Delete Dish