Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 957 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 957 Bytes

숏과외

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