This repository contains a sample ASP.NET Core API 7.0 application that can be deployed to services like Heroku and Coolify. The application has a swagger interface that can be used to showcase the endpoints.
- Create a Coolify account and create a new application.
- Copy paste this repository link
https://github.com/traien/ASP.net-Core-API-7.0-Sample-Docker-Coolify
. - Press Load Repository.
- Select
main
branch. - Select Destination.
- Select Build Pack
Docker
. - Press Save.
- Press Deploy.
- Wait for the application to be deployed.
- Press
Open
. - Go to
https://<your-app-name>.coolify.io/swagger
to see the swagger interface. The swagger interface will show a list of all the endpoints in the application.
I hope this helps someone!