SuperStack uses Docker, so make sure Docker is installed before you begin.
Click Use this template
and create a new repository (e.g. myapp-backend) on GitHub.
Clone it to your machine:
git clone https://github.com/yourname/myapp-backend.git
cd myapp-backenddocker compose up -dThat's it β your backend is ready for development.
Test it with:
$ curl http://localhost:8000/healthz
OKπ Add services by following the Wiki
π Deploy to a remote environment