Skip to content

Mezba132/Authentication-Authorization

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

You need

  - NPM
  - Node.js
  - NestJS
  - Docker

Start Commands for docker-compose file

$ docker-compose up

Authorization and Authentication

  email
  password
  name - optional
  age - optional
  phone - optional

Create Products

# multipart/form-data

  name
  category
  description - optional
  productCode - optional
  price
  file - multiple images

Get Products

# query params

  category - optional -- category wise search
  skip - optional -- pagination
  search - optional -- text search

More Info

# Swagger

  localhost:3000/api

About

Nestjs, Prisma, Role bashed authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published