Skip to content

University-Of-Sussex-ESRS-Group-5/esrs-bumpercars-core-service

Repository files navigation

Bumper Cars Core Service

Description

This project is the backend server of the core service for the "Bumper Cars" game.

Installation

$ npm install
$ npm install @nestjs-modules/mailer @nestjs/common @nestjs/core nodemailer

Run PostgreSQL and Redis using Docker Compose

$ docker-compose up

Initialize database

$ npm run migration:run

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

API documentation

Access Swagger UI at http://localhost:3000/api for API endpoints and documentation.

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages