An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Nuber Eats

The Backend of Nuber Eats Clone

## User Entity

- id
- createdAt
- updatedAt
- email
- 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