Skip to content

JBustos22/Q3DF.API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q3df.org new API

This project contains the code for q3df.org's mDd web API for accessing data from the mdd records database.

Setting up the project:

  1. Download the following:
  1. Install the following:
  • dotnet:
    • The dotnet ef tool: dotnet tool install --global dotnet-ef
  • Visual Studio Code (Through the extensions downloader):
    • C# for Visual Studio Code (powered by OmniSharp)
    • MySQL by Jun Han
    • NuGet Package Manager by jmrog
  1. Clone the repository

  2. Set up the database:

  1. Open up a terminal in VS Code (ctrl + `)
  2. In the Q3DF.API directory, do:
  • dotnet user-secrets init
  • dotnet user-secrets set "ConnectionStrings:Defrag" "Server=localhost;Database=Defrag;User ID=yourdbuser;Password=yourdbpassword"
  • dotnet run
  1. Once done building, navigate to https://localhost:5001/swagger/index.html. If you see the swagger page for the project, you'd made it!

About

Flask API for quake3 defrag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published