Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pertrai1/cs-angular


https://github.com/pertrai1/cs-angular

Last synced: 4 days ago
JSON representation

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