Skip to content

EYDS-CA/freshaf-dashboard

Repository files navigation

Running Application Locally with docker compose.

  1. Add a .env file at the root of api folder.
GOOGLE_CLIENT_ID=<google_client_id>
GOOGLE_SECRET=<google_secret>
  1. run make run-local at the root directory of this project.

  2. once the containers are up and running. run make local-db-migrate

  3. Access the applications at:

    • App: localhost:3000
    • Api: localhost:4000
    • DB: localhost:4566