Skip to content

5-Stack-Studios/valorant-pugfinder-api

Repository files navigation

valorant-pugfinder-api

An API for tracking Valorant PUGs

Setup

Install and run MYSQL.

Then define the following environment variables:

export MYSQL_USERNAME=???
export MYSQL_PASSWORD=???
export MYSQL_DB=???
export MYSQL_SERVER=???

Next, set up a python virtual environment, and run

pip install -r requirements-dev.txt

Once the database and Python are set up, you can run the latest migrations with

python server.py db upgrade

And finally, run the server with

python server.py run

About

An API for tracking Valorant PUGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages