Skip to content

hlebon/code-challenge-g

Repository files navigation

KPI Dashboard App

Instructions to Run the Project

  1. Clone the repository:

    git clone repo_url kpi-dashboard-app
    cd kpi-dashboard-app
  2. Install dependencies:

    npm install
  3. Create an .env file:

    • In the root directory of the project, create a file named .env.
    • Add the following line to the .env file,
    • The value is probably: http://localhost:3000/api
      NEXT_PUBLIC_API_URL=<your_endpoint_here>
  4. Run the project:

    npm run dev
  5. Open your browser:

    • Navigate to http://localhost:3000 or the URL indicated by the console to view the application.

Backend Repository

The backend repository for this project can be found here. Please refer to the instructions in that repository for more details.

About

code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published