Skip to content

Latest commit

Β 

History

History
47 lines (33 loc) Β· 1.01 KB

File metadata and controls

47 lines (33 loc) Β· 1.01 KB

πŸš€ Getting Started

SuperStack uses Docker, so make sure Docker is installed before you begin.

1. Get SuperStack

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-backend

2. Start the App

docker compose up -d

That's it – your backend is ready for development.

Test it with:

$ curl http://localhost:8000/healthz
OK

βž• What's Next?

πŸ‘‰ Add services by following the Wiki
πŸ‘‰ Deploy to a remote environment