/nestjs-starter

This is my initial setup for NestJS project

Primary LanguageTypeScript

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