Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.42 KB

README.md

File metadata and controls

58 lines (44 loc) · 1.42 KB

☄ StarOverlay Backend

Backend for the StarOverlay project.

Installation

git clone https://github.com/staroverlay/backend
cd backend
yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Built using

This project is built using the following technologies: