| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Cookiecutter template to boostrap a new BlackSheep v2 application to build a Web API.
pip install blacksheep-cliblacksheep create --template api
🚀 Project name example
🤖 Use controllers? Yes
📜 Use OpenAPI Documentation? Yes
🔧 Library to read settings essentials-configuration
🔩 App settings format (Use arrow keys)
» YAML
TOML
JSON
INIThe documentation of the framework can be read here.
For more information and documentation about rodi, see:
The template can also be used with Cookiecutter.
pip install cookiecutter
cookiecutter https://github.com/Neoteroi/BlackSheep-APIThe project template includes a Dockerfile.
To test using the image from Docker Hub:
docker run --name apidemo --rm -p 8080:80 robertoprevato/apidemoAnd navigate to:
http://localhost:8080/docs/| Back | FazBrowse Home | New Git URL |