Skip to content

cheymos/mediumclone-nestjs

Repository files navigation

Medium Clone

This project was created to demonstrate a back-end part application build with NestJS including CRUD operations, auth with using JWT, routing and etc.

For more information about endpoints, see this repository.

Installation

$ npm i

Usage

Copy the example env file and make the required configuration changes in the .env file

$ cp .env.example .env

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod