mustan-ali / Workout-Tracker

Workout tracking application built with the MERN Stack enabling users to log & manage their exercise routines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting Up Environment Variables

  1. In the Backend folder, create an .env file with the following content:

    # backend/.env
    
    PORT=<backend-port>
    MONGODB_URI=<database-connection-string>
  2. In the Frontend folder, create an .env file with the following content:

    # frontend/.env
    
    REACT_APP_BACKEND_URL=<backend-url>

Running the Application

  1. In the Backend folder, run the following commands:

    node server.js
  2. In the Frontend folder, run the following commands:

    npm start

Screenshot

About

Workout tracking application built with the MERN Stack enabling users to log & manage their exercise routines.

License:MIT License


Languages

Language:JavaScript 80.2%Language:CSS 14.2%Language:HTML 5.6%