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 -dThis will create:
postgresaccessible on port 5432admineraccessible on port 8080
The postgres instance can be accessed using:
- Username:
postgres - Password:
sa - Database:
postgres
- Liftoff!
dotnet run --project ApiLaunch the Swagger interface at http://localhost:5200