https://github.com/sakuexe/portfolio
My new portfolio made as part of the HAMK Fullstack Web Development course.
https://github.com/sakuexe/portfolio
cms csharp dotnet mongodb mvc
Last synced: 2 months ago
JSON representation
My new portfolio made as part of the HAMK Fullstack Web Development course.
- Host: GitHub
- URL: https://github.com/sakuexe/portfolio
- Owner: sakuexe
- Created: 2024-04-15T06:05:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T06:41:39.000Z (over 1 year ago)
- Last Synced: 2025-02-08T21:45:58.904Z (over 1 year ago)
- Topics: cms, csharp, dotnet, mongodb, mvc
- Language: C#
- Homepage: https://sakukarttunen.com
- Size: 52.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saku's portfolio site
## Setup
Remember to set the two following environment variables
safely in environment variables folder:
```
# for the email functionality to work
UMBRACO__CMS__GLOBAL__SMTP__USERNAME
UMBRACO__CMS__GLOBAL__SMTP__PASSWORD
# for the re-building pipeline to work
Webhook__Secret
Github__Token
```
If you use flakes, you can just place them in a `.env` file
in the [backend](./backend) folder. They will be set
when you run nix develop.
## TODOs
- [ ] Improve the README
- [ ] Make the cors use a composer and take the allwed urls from appsettings.json