Getting Started
Fork & Clone the repo
Fork, then clone the repository
Configuring the env
Copy .env.example.com
to .env
Generate the secret value for SSO using:
Launching the API
There's a Dockerfile that includes all the necessary containers to run Atomic Blend backend
Install docker and run:
The API, DB and all the required stuff should start.
Hot Reload
The API will hot reload at every code change automatically.
Last updated