Recipe API project using the Django Rest Framework.
- Create token for [email protected] (pw: user1user1). NB string 'token ' must prefix the token.
- Click 'Try it out' in one of the API end points.
-
docker-compose build
-
docker-compose up
-
docker-compose run --rm app sh -c "python manage.py createsuperuser"
-
docker-compose run --rm app sh -c "python manage.py test"