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!
git clone [email protected]:SolidStateGroup/bullet-train-aio.git
git submodule update --init --recursive
docker-compose upYou 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 [email protected] and password password.
Then browse to https://localhost:8080.