Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
/ server Public archive

api server for bazzi.gg

License

Notifications You must be signed in to change notification settings

bazzi-gg/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server

standard-readme compliant

bazzi.gg의 API Server입니다.
ASP.NET Core(.NET 6)로 개발되었습니다.

Table of Contents

Install

docker pull ghcr.io/bazzi-gg/server:latest

Usage

docker container run -d -p 80:80 \
-e APP_ConnectionStrings__App=server=localhost;port=3306;database=App;uid=root;password=test \
-e APP_JwtOptions__Secret= \
-e APP_JwtOptions__Key= \
-e APP_KartriderApiKey= \
-e APP_Sentry__Dsn= \
--name server ghcr.io/bazzi-gg/server:latest

Maintainers

@mschadev

Contributing

기여 하시기 전 참고 사항

Development

  1. Server/appsettings.example.json에서 공백인 value값을 채웁니다.
  2. 파일명을 Server/appsettings.example.json에서 Server/appsettings.development.json으로 변경합니다.
  3. Server.sln을 Rider(Jetbrains) 혹은 Visual Studio로 엽니다.

License

MIT