Now you may visit [localhost:8000/api/v1/](localhost:8000/api/v1/) for access to the REST API and [localhost:8000/admin/](localhost:8000/admin/) for the admin backend. You may create an admin user by running `python3 manage.py createsuperuser`.
\ No newline at end of file
Now you may visit [localhost:8000/api/v1/](localhost:8000/api/v1/) for access to the REST API and [localhost:8000/admin/](localhost:8000/admin/) for the admin backend. You may create an admin user by running `python3 manage.py createsuperuser`.
# Run with Docker
- start with `sudo docker-compose up -d`
- create user with `sudo docker exec -ti app python /app/commoning-engine/manage.py createsuperuser`
- if you encounter a Django error regarding the `ALLOWED_HOSTS` setting, uncomment the lines in the `Dockerfile` and build again with `sudo docker-compose up -d --build`