Skip to content

# A server which test firebase oauth2 firebase authenticate flow implement using nestjs

Notifications You must be signed in to change notification settings

THE-BAETLES/chord-play-api-service-typescript

Repository files navigation

Chordplay API Server

소프트웨어 마에스트로 13기 Chordplay 프로젝트중 일부인 api 서버입니다.

해당 서버는 Typescript 기반의 Api 서버입니다. 본 프로젝트에서는 Spring 기반의 서버를 사용합니다.


API

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

# A server which test firebase oauth2 firebase authenticate flow implement using nestjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages