Skip to content

hlebon/code-challenge-g-express

Repository files navigation

KPI Dashboard Express

Getting Started

Follow these steps to set up and run the project:

Installation

  1. Clone the repository:

    git clone repo_url kpi-dashboard-express
    cd kpi-dashboard-express
  2. Copy the contents of the env-example file into a new .env file to configure your environment variables:

    MONGODB_URL=your_mongodb_url
    PORT=your_port
  3. Run Docker:

    docker-compose build
    docker-compose up
  4. Seed the database with initial data:

    docker exec -it kpi-dashboard-express-app-1 yarn seed

Your application should now be running and accessible at http://localhost:your_port, It should be 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published