Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pertrai1/cs-angular
https://github.com/pertrai1/cs-angular
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pertrai1/cs-angular
- Owner: pertrai1
- Created: 2024-03-03T21:30:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T03:39:30.000Z (8 months ago)
- Last Synced: 2024-04-04T04:32:23.212Z (8 months ago)
- Language: C#
- Size: 955 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Course from Udemy based off of https://github.com/TryCatchLearn/skinet.
### Nuget
- Design
- Sqlite
- dotnet-ef
- Core### dotnet
- `dotnet help`
- `dotnet --info`
- `dotnet run`
- `dotnet watch --no-hot-reload`
- `dotnet new list`### Architecture
`Core` => `Infractructure` => `API`
Core - Entities
Infrastructure - Data, Migrations
API - Controllers