dotnet restore
npm install
npm run dev
wwwrootcontains all the static filesApicontains all the api controllers, models and servicessvelte-appcontains all the svelte codeProgram.cscontains the main methodDockerfilecontains 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