A Django REST API scaffolded using generator-django-rest.
Before getting started, make sure you've installed:
- the latest stable Python 3.x
- the latest stable Pipenv
To get started with development, set up the dependencies:
./scripts/install.sh
And start the development server:
./scripts/start.sh
If you prefer Docker, use:
docker-compose run cli migrate
docker-compose run cli createsuperuser
docker-compose up
You can easily deploy the app on Heroku:
and then trigger new deployments by running:
./scripts/deploy.sh
More information in HACKING.md.