Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.39 KB

File metadata and controls

70 lines (52 loc) · 2.39 KB

GPSeries logo
🏁 GPSeries 🏁
GitHub Repository Stars

Simracing competitions management on top of NestJS and Next.js.

About the projectInstallationLicenseIntegrations

About the project

This repository holds my final year project during my time at the University of Córdoba titled "GPSeries, a simracing competitions management" built with NestJS and Next.js wrapped in a Nx.

The purpose of this project is to learn new technologies like NestJS and Next and apply concepts about Software Design like Domain-Driven-Design, CQRS, Event Sourcing, Clean Code, Clean Architecure, unit, and integration tests, etc.

Installation

# Clone the repository
$ git clone https://github.com/marc-doblefilo/gpseries

# Go into the repository
$ cd gpseries

# Install all dependencies
$ yarn

# Execute web and api
$ yarn start web
$ yarn start api

# For running tests
$ yarn test api
$ yarn test api:unit
$ yarn test api:integration

License

GNU Affero General Public License v3 (AGPL)

Contact