Skip to content

mjekott/MJ_EATS

Repository files navigation

MJ EATS

Backedn MJ Eats

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Entities

User Model:

  • id

  • createdAt

  • updatedAt

  • email

  • password

  • role(client|owner|delivery)

User Crud

  • CreateAccount
  • Login
  • See Profile
  • Edit Profile
  • Verify Email

Restaurant Model:

  • id

  • createdAt

  • updatedAt

  • name

  • category

  • address

  • coverImage

Restaurant Crud

  • Create Restaurant
  • Edit Restaurant
  • Delete Restaurant

About

backend of MJ EATS built with nest js and garphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published