Initial commit
parents
No related branches found
No related tags found
Showing
- nest-restaurant-api/.env 2 additions, 0 deletionsnest-restaurant-api/.env
- nest-restaurant-api/.eslintrc.js 24 additions, 0 deletionsnest-restaurant-api/.eslintrc.js
- nest-restaurant-api/.gitignore 35 additions, 0 deletionsnest-restaurant-api/.gitignore
- nest-restaurant-api/.prettierrc 5 additions, 0 deletionsnest-restaurant-api/.prettierrc
- nest-restaurant-api/README.md 73 additions, 0 deletionsnest-restaurant-api/README.md
- nest-restaurant-api/nest-cli.json 4 additions, 0 deletionsnest-restaurant-api/nest-cli.json
- nest-restaurant-api/package-lock.json 0 additions, 0 deletionsnest-restaurant-api/package-lock.json
- nest-restaurant-api/package.json 80 additions, 0 deletionsnest-restaurant-api/package.json
- nest-restaurant-api/src/app.controller.ts 22 additions, 0 deletionsnest-restaurant-api/src/app.controller.ts
- nest-restaurant-api/src/app.module.ts 12 additions, 0 deletionsnest-restaurant-api/src/app.module.ts
- nest-restaurant-api/src/auth/auth.module.ts 22 additions, 0 deletionsnest-restaurant-api/src/auth/auth.module.ts
- nest-restaurant-api/src/auth/auth.service.ts 27 additions, 0 deletionsnest-restaurant-api/src/auth/auth.service.ts
- nest-restaurant-api/src/auth/constants.ts 4 additions, 0 deletionsnest-restaurant-api/src/auth/constants.ts
- nest-restaurant-api/src/auth/jwt-auth.guard.ts 5 additions, 0 deletionsnest-restaurant-api/src/auth/jwt-auth.guard.ts
- nest-restaurant-api/src/auth/jwt.strategy.ts 20 additions, 0 deletionsnest-restaurant-api/src/auth/jwt.strategy.ts
- nest-restaurant-api/src/auth/local-auth.guard.ts 6 additions, 0 deletionsnest-restaurant-api/src/auth/local-auth.guard.ts
- nest-restaurant-api/src/auth/local.strategy.ts 20 additions, 0 deletionsnest-restaurant-api/src/auth/local.strategy.ts
- nest-restaurant-api/src/item.ts 9 additions, 0 deletionsnest-restaurant-api/src/item.ts
- nest-restaurant-api/src/items.ts 7 additions, 0 deletionsnest-restaurant-api/src/items.ts
- nest-restaurant-api/src/items/items.controller.ts 48 additions, 0 deletionsnest-restaurant-api/src/items/items.controller.ts
nest-restaurant-api/.env
0 → 100644
nest-restaurant-api/.eslintrc.js
0 → 100644
nest-restaurant-api/.gitignore
0 → 100644
nest-restaurant-api/.prettierrc
0 → 100644
nest-restaurant-api/README.md
0 → 100644
nest-restaurant-api/nest-cli.json
0 → 100644
nest-restaurant-api/package-lock.json
0 → 100644
This diff is collapsed.
nest-restaurant-api/package.json
0 → 100644
nest-restaurant-api/src/app.controller.ts
0 → 100644
nest-restaurant-api/src/app.module.ts
0 → 100644
nest-restaurant-api/src/auth/auth.module.ts
0 → 100644
nest-restaurant-api/src/auth/auth.service.ts
0 → 100644
nest-restaurant-api/src/auth/constants.ts
0 → 100644
nest-restaurant-api/src/auth/jwt.strategy.ts
0 → 100644
nest-restaurant-api/src/item.ts
0 → 100644
nest-restaurant-api/src/items.ts
0 → 100644
Please register or sign in to comment