Skip to content

vanthang24803/AMAK_Store_V2

Repository files navigation

Running the Application

This is a basic guide on how to run the ASP .NET 8 application.

Prerequisites

To run the application, you will need to have the following installed on your machine:

Environment

Setup env before run dockerfile:

POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=

Running Application

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"

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages