Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 804 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 804 Bytes

bullet-train-aio

Bullet Train All In One Project. This is a docker-compose project to boot https://github.com/SolidStateGroup/bullet-train-frontend and https://github.com/SolidStateGroup/bullet-train-api alongside a PostgreSQL database.

You should only use this for testing / development and to try out Bullet Train. The setup is not production ready!

To get it setup

git clone git@github.com:SolidStateGroup/bullet-train-aio.git
git submodule update --init --recursive
docker-compose up

You can set up the Django Admin user by visiting http://localhost:8000/api/v1/users/init/. This will create an admin user with the username admin@example.com and password password.

Then browse to https://localhost:8080.