This is a basic guide on how to run the ASP .NET 8 application.
To run the application, you will need to have the following installed on your machine:
- NET Core >= 8: Download and Install NET Core
- Git: Download and Install Git
Setup env before run dockerfile:
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
Build application
sh build.sh
Migration database using postgres 16
sh migrate.sh
Run application
sh run.sh
Build docker image
sh docker.sh "something"
This project is licensed under the MIT License.