Categorygithub.com/raphoester/space-trouble-api
module
0.0.0-20240909182739-ec92a6696550
Repository: https://github.com/raphoester/space-trouble-api.git
Documentation: pkg.go.dev

# README

Space trouble API

This is a simple backend that I have created to solve a technical test for a job application. Its goal is to allow users to book tickets for space trips.

The original assignment can be found here.

This sample application can be used as a boilerplate for a more complex system.

Tech stack

  • Presentation layer: gRPC with buf for code generation
  • CQRS pattern and tactical DDD
  • Persistence layer: PostgreSQL + tests with ory/dockertest
  • Runs on Docker Compose

How to run

Make sure you have both Docker and Docker Compose installed.

Clone the repository and run the following commands:

make dbuild
docker-compose up

# Packages

No description provided by the author
No description provided by the author