This project use for practice develop web api using .Net Core web api for upload file excel file and store to Postgres database.
- Visual Studio Code
- .Net SDK version 6
- Docker
- Postgres
- Microsoft.EntityFrameworkCore.Design
- Npgsql.EntityFrameworkCore.PostgreSQ
- Microsoft.EntityFrameworkCore
- AutoMapper
- AutoMapper.Extensions.Microsoft.DependencyInjection"
- EPPlus
Create Project using command like this. In this example I using dotnet version 6
dotnet new webapi -o ReadExcelFile -f net6.0After project created open it using this command.
code ReadExcelFileInstall all package. If you use NuGet GUI extension on VSCode you can copy package name for find it and click install version you want to use.