This is the Stock FullStack App with DotnetCore and Nextjs and This app will be mainly focused on the dotnet
backend.
- Dotnet Core 7
- MySQL
- Entity Framework Core
- Nextjs (will be page router as app router not working properly w/ c# project :3)
- Typescript
- Stock CRUD
- Comment CRUD
- one-many relations
- Data Validation
- Sorting
- Filtering
- Pagination
- API Identity JWT
- Register
- Token Service
dotnet new webapi -o api
cd api
dotnet watch run
dotnet tool install --global dotnet-ef --version 7.*
dotnet ef migrations add init
dotnet ef database update