NestJS + prisma ORM starter with useful development features and configurations for backend development.
- Authentication and authorization
- CRUD users
- Clone this backend repository
git clone https://github.com/iqbalpa/nestjs-starter.git
- Install the required packages
yarn install
- Run the backend application
yarn start:dev
- Run the frontend application
- Visit
localhost:3000