The next generation of the SSTAA App API, featuring support for gRPC and REST APIs.
Please ensure you have installed the software listed below:
- .NET SDK v8
- Docker with Docker Compose
To get started:
Docker commands may require
sudo
, depending on your machines configuration.
- Start the database
docker compose up -d
This will create:
postgres
accessible on port 5432adminer
accessible on port 8080
The postgres
instance can be accessed using:
- Username:
postgres
- Password:
sa
- Database:
postgres
- Liftoff!
dotnet run --project Api
Launch the Swagger interface at http://localhost:5200