Simple ASP.NET Core Web API for working with .csv files.
-
Clone the repository:
git clone https://github.com/AlbertArakelyan/WorldwideFreight
-
Navigate to the project directory:
cd WorldwideFreight -
Restore the NuGet packages:
dotnet restore
-
Update the connection string in appsettings.json to point to your SQL Server database.
-
Run the database migrations to create the necessary tables:
dotnet ef database update
-
Start the application:
dotnet run
Or just simply run from your IDE (e.g. Visual Studio)
⚙️ The development server starts on http://localhost:xxxx
*Note: If Entity Framework is not installed globally, then install it with the following command
dotnet tool install --global dotnet-ef* You can open Swagger documentation at http://localhost:xxxx/swagger/index.html
- How to create a simple ASP.NET Core Web API.
- How to use Entity Framework Core for database operations.
- How to implement basic CRUD operations in a Web API.
- How to handle user authentication and authorization in ASP.NET Core with JWT.
- How to work with .csv files in C#.
Made with ❤️ by Albert Arakelyan
https://www.albertarakelyan.com