dotnet restore
npm install
npm run dev
wwwroot
contains all the static filesApi
contains all the api controllers, models and servicessvelte-app
contains all the svelte codeProgram.cs
contains the main methodDockerfile
contains the dockerfile
Generate ssl certificate using certbot
Run the following commands:
docker build -t chengeta .
docker run -d -p 80:80 -p 443:443 chengeta
- Gerrit van Aalst
- Mustafa Altun
- Esmee Bastiaanse
- Vincent de Gans