Skip to content

boardshelfd/boardshelfd-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET

built with

.Net C#

boardshelfd-api

This is the source code of the boardshelfd API.

Two goals of this API : User management / Parse BGG XML API, to transform it into JSON.

Prerequisites:

  • MariaDB / MySQL database

  • EntityFrameworkCore

Getting started

Clone repo:

git clone https://github.com/boardshelfd/boardshelfd-api.git

Edit config to fit with your SQL Server database:

Sources/boardshelfd-api/WebAPI/appsettings.json

"ConnectionStrings": {
    "DefaultConnection": "Host=localhost;Port=5432;Database=empty;Username=empty;Password=empty"
},

Restore & Build:

cd Sources/boardshelfd-api/

dotnet restore

dotnet build

Run the project using https or IIS. The Swagger doc should automatically open.

See also

Front-end part of this project : boardshelfd/boardshelfd

About

back end part of boardshelfd

Resources

License

Stars

Watchers

Forks

Languages