An awesome social media PWA for you and your friends! Join at cliq-server.fly.dev (TODO, buy domain name....)
- Run the following command to start the app infrastructure (ex. database) locally:
docker compose up -d
To also start MinIO (S3-compatible object storage) for local file storage:
docker compose --profile minio up -d
This will start the database, MinIO server, and initialize the storage bucket. The MinIO console is available at http://localhost:9001.
- (Optional) Download the following extensions in VSCode:
- C# Dev Kit by Microsoft
- C# by Microsoft
-
Install the Microsoft .NET SDK 9.0.306
-
Potentially some other steps that Robert did on my computer that I did not see/understand
-
Open
src/Cliq.Server/Program.csand click Run -
Navigate to http://localhost:5188/swagger/index.html (if it does not open automatically)
-
Navigate to http://localhost:8081
-
Log in with username robert@gmail.com and password TestPassword123!