Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 248 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 248 Bytes

Instaling

  1. Add .env file to /packages/api
  2. Run

"npm install --prefix ./" in packages/client and packages/api

Running Locally

To run Project:

  1. Run

docker-compose up

Run npm run start-server

Run npm run start-client