Skip to content

partho-debnath/crud-blacksheep

Repository files navigation

crudapp

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

Releases

No releases published

Packages

No packages published