Skip to content

Artem535/TabletopMagnateServer

Repository files navigation

TabletopMagnatServer

Project template for BlackSheep web framework to start Web APIs.

Getting started

  1. create a Python virtual environment
  2. install dependencies
  3. run the application

For Linux and Mac

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python dev.py

For Windows

py -3.11 -m venv venv

venv\Scripts\activate

pip install -r requirements.txt

python dev.py

Docker image

The project template includes a Dockerfile.

docker build -t projectname .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published