Development setup
Setup
Clone the Repository
Set Up Docker
Launch the services using Docker Compose:
Access the App Container
Open a bash session in the app container:
Install Dependencies
Inside the container, run:
Configure Environment Variables
Copy the example environment configuration file and edit as necessary:
Add or update the environment variables in your env file.
Database Setup
Run database migrations:
Start the Application
Use the following command to start the app in development mode:
Last updated