Skip to content

sade-ce/ArticlesWebApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Articles WEB API using .NET Core 3.1

Articles WEB API is the server side application for Articles project. Created for manage Categories and Articles.

🔨 Getting started

Project targets .NET Standard 2.0 and .NET Core 3.1 at minimum.

How to run locally?

Requirements:

Open the /Common/Common.WebApiCore/appsettings.Development.json file, and change Default value of the ConnectionStrings section, to your connection to PostgreSQL.

Download as zip or clone this repository using git clone https://github.com/MursalovAltun/ArticlesWebApi.git

$ dotnet restore
$ dotnet build
$ dotnet run --project Common/Common.WebApiCore

Open https://localhost:5001/swagger/ in your browser and you will see the Swagger UI to use API.

Thanks for reading ❤️

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%