A. you could use your locally installed pg instance
or
B. cd apps/platform_api && docker compose up -d && cd ../../
Just make sure you db is accessible via the .env you created for the servier/platform_api
- git clone this repo to your local machine with following command:
git clone https://github.com/BeeQuantAI/beequant-turbo.git
- access into beequant-turbo folder with following command:
cd beequant-turbo - run following command to enter dev branch:
git checkout dev
- run
yarnto install all dependencies - set a
.envfile tobeequant-turbo/apps/platform-apiwith the following content:DB_HOST=localhost DB_NAME=bqCore DB_PORT=5432 DB_USERNAME=postgres DB_PASSWORD=CORE_ADMIN JWT_SECRET=hello_beeQuant DEFAULT_REFERENCE=COREINTERNAL DEFAULT_DISPLAY_NAME='New User' - Run
yarn dev clientto start the new platform app
- client: the new platform app
- platform-api: the backend