https://github.com/rd003/dotnetangularcrud
Dotnet 9 and angular 20 CRUD application with sqlite and entity framework core. It is the source code of my video tutorial.
https://github.com/rd003/dotnetangularcrud
angular dotnet entityframeworkcore
Last synced: 7 months ago
JSON representation
Dotnet 9 and angular 20 CRUD application with sqlite and entity framework core. It is the source code of my video tutorial.
- Host: GitHub
- URL: https://github.com/rd003/dotnetangularcrud
- Owner: rd003
- License: mit
- Created: 2025-07-06T18:09:27.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-07-06T18:14:58.000Z (8 months ago)
- Last Synced: 2025-07-06T19:29:32.139Z (8 months ago)
- Topics: angular, dotnet, entityframeworkcore
- Language: TypeScript
- Homepage:
- Size: 1.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotnet and Angular fullstack project
## Tech used
- Dotnet 9.0
- Sqlite
- Entity FrameworkCore
- Angular 20
- Bootstrap 5
- Signals
## How to run the project
- Clone the project
- Open the `PersonCrud` folder in VsCode.
- Visit to `PersonCrud.Api` in terminal and run command `dotnet ef database update` which will create a database with some data.
- Now run the project with `dotnet run`
- Open client app in Vs Code. Open this folder in terminal and type `ng serve --open`
## Screenshots
