Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 259 Bytes

recipe-app-api

Recipe app Api

installation

docker-compose build
docker-compose up

Development server

http://127.0.0.1:8000/

Api Docs

http://127.0.0.1:8000/api/docs/

Test

docker-compose run --rm app sh -c "python manage.py test"