Skip to content

codeanonorg/pr083-backend

Repository files navigation

pr083 Web API

This is the backend to the pr083 minigame, where you are playing as the in-flight computer of a space probe. Your goal is to visit all stars in the alloted fuel and time, and your only control is with a list of control thruster sequences.

This was made as the backend for a web frontend development workshop at CodeAnon.

Swagger UI of the backend

Contributing

Installation

$ pnpm install

Running the app

# development
$ pnpm start

# watch mode
$ pnpm start:dev

# production mode
$ pnpm start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published