https://github.com/cppshane/shaneduffy
https://github.com/cppshane/shaneduffy
angular angular-universal blog dotnet-core mongodb
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cppshane/shaneduffy
- Owner: cppshane
- Created: 2022-05-14T01:39:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T20:52:36.000Z (about 1 year ago)
- Last Synced: 2025-01-15T13:05:13.035Z (12 months ago)
- Topics: angular, angular-universal, blog, dotnet-core, mongodb
- Language: TypeScript
- Homepage: https://shaneduffy.io
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shaneduffy.io
So this is my personal portfolio/blog site, built with Angular/.NET/Mongo.
- Angular Universal SSR and Prerendering
- VSCode Launch Configurations for Angular/.NET Full Stack App
- Docker Prod/Dev Configurations for Angular/.NET Full Stack App
### Running it
```
docker compose up
```
### Debugging
1. Start Docker
2. Ensure Chrome is installed locally
3. Open Workspace in VS Code with `code shaneduffy.code-workspace`
4. Run `Launch Workspace` task to start docker for Angular site, .NET API and MongoDB.
5. Wait for site to show up (refresh after site/api docker containers are done spinning up)
6. Begin setting breakpoints in .NET API code as well as Angular site code, it should break when hit.