Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement backend prototype #1

Merged
merged 4 commits into from
May 5, 2024

Conversation

0xpanoramix
Copy link
Contributor

Description

This PR adds a minimal NestJS backend service, with the default route from the official template. It also adds a build system for both dev and production modes using Docker.

Finally, a first version of the CI has been added to run the backend tests.

Changes include

  • Bugfix (non-breaking change that solves an issue).
  • Hotfix (change that solves an urgent issue, and requires immediate attention).
  • New feature (non-breaking change that adds functionality).
  • Breaking change (change that is not backwards-compatible and/or changes current functionality).
  • Documentation update (change added to any kind of documentation).

Checklist

  • I have assigned this PR to myself.
  • I have added at least 1 reviewer.
  • I have added the relevant labels.
  • I have updated the official documentation.
  • I have added sufficient documentation in code.

Testing

  • I have tested this code with the official test suite.

@0xpanoramix 0xpanoramix added the backend Changes or improvements related to the backend service. label May 5, 2024
@0xpanoramix 0xpanoramix self-assigned this May 5, 2024
@0xpanoramix 0xpanoramix merged commit c398596 into main May 5, 2024
1 check passed
@0xpanoramix 0xpanoramix deleted the 0xpanoramix/implement-backend-prototype branch May 5, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Changes or improvements related to the backend service.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant