https://github.com/dvhb/dvhb-backend-cookiecutter
A cookiecutter template to start dvhb-hybrid application
https://github.com/dvhb/dvhb-backend-cookiecutter
aiohttp asyncio django dvhb-hybrid
Last synced: about 2 months ago
JSON representation
A cookiecutter template to start dvhb-hybrid application
- Host: GitHub
- URL: https://github.com/dvhb/dvhb-backend-cookiecutter
- Owner: dvhb
- License: mit
- Created: 2017-01-31T12:39:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T08:14:40.000Z (over 6 years ago)
- Last Synced: 2025-02-26T09:42:12.088Z (3 months ago)
- Topics: aiohttp, asyncio, django, dvhb-hybrid
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.md
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/dvhb/dvhb-backend-cookiecutter.svg?branch=master
:target: https://travis-ci.org/dvhb/dvhb-backend-cookiecutter?branch=master
:alt: Build StatusCookiecutter template to create projects based on dvhb-hybrid (https://github.com/dvhb/dvhb-hybrid).
Features
--------* Based on Python 3.6.
* YAML configs for application.
* Uses aiohttp-apiset to create REST API based on swagger specification.Install cookiecutter in you venv:
$ pip install cookiecutter
Run it over template repository:
$ cookiecutter [email protected]:dvhb/dvhb-backend-cookiecutter.git