Skip to content

amicably-until-the-end/ShortTutoring_API

Repository files navigation

숏과외

API server for Mobile Application - 숏과외

Architecture

Dependencies

  • Please refer to the package.json for more detailed dependencies.
Dependency Version
NodeJS 18.16
NestJS 10.0.0

Installation

  1. Set for enviroment variables at /.env

  2. Install dependencies

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Stay in touch