Project template for BlackSheep web framework to start Web APIs.
- create a Python virtual environment
- install dependencies
- run the application
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python dev.pypy -3.11 -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python dev.pyThe project template includes a Dockerfile.
docker build -t projectname .