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

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.

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

![screenshot1](./screenshot1.webp)