Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 627 Bytes

NestJS Starter

Nest Logo

NestJS + prisma ORM starter with useful development features and configurations for backend development.

Features

  1. Authentication and authorization
  2. CRUD users

Getting Started

  1. Clone this backend repository git clone https://github.com/iqbalpa/nestjs-starter.git
  2. Install the required packages
yarn install
  1. Run the backend application
yarn start:dev
  1. Run the frontend application
  2. Visit localhost:3000