Skip to content

Thermalight/ProjectCgroup1

Repository files navigation

Project C group 1

forthebadge

forthebadge

forthebadge

how to setup for development:

dotnet restore
npm install
npm run dev

important files/folders:

  • wwwroot contains all the static files
  • Api contains all the api controllers, models and services
  • svelte-app contains all the svelte code
  • Program.cs contains the main method
  • Dockerfile contains the dockerfile

packages used:

website:

https://www.thechengeta.tech/

how to deploy:

Generate ssl certificate using certbot

Run the following commands:
docker build -t chengeta .
docker run -d -p 80:80 -p 443:443 chengeta


Group members:

  • Gerrit van Aalst
  • Mustafa Altun
  • Esmee Bastiaanse
  • Vincent de Gans

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published