Skip to content

digital-fracture/promobot-appeal-api-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

promobot-appeal-api-backend

Web API wrapper for the module - backend part

Run by yourself

Python package is available at PyPI

Pipenv

git clone https://github.com/digital-fracture/promobot-appeal-api-backend
cd promobot-appeal-api-backend
pipenv install
pipenv run uvicorn main:app

Pure python 3.11

Windows (PowerShell) (not tested):

git clone https://github.com/digital-fracture/promobot-appeal-api-backend.git
cd promobot-appeal-api-backend
python -m venv venv
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt
uvicorn main:app

Linux / MacOS:

git clone https://github.com/digital-fracture/promobot-appeal-api-backend.git
cd promobot-appeal-api-backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app

Stack

About

Web API wrapper for the module - backend part

Topics

Resources

License

Stars

Watchers

Forks

Languages