/trail-creator

An app to search and add trails and zones to the mudorhero application

Primary LanguageTypeScript

Trail Creator

The Trail Creator Application is a full-stack web application that allows users to search for trails and obtain GPS data from those trails.

Project Structure

  • /backend - Contains all the server-side code including the API integrations.
  • /frontend - Contains all the client-side code including React components and styling.

Prerequisites

Before you begin, ensure you have the following installed on your system:

Installation

  1. Clone the repository:
    git clone `https://github.com/brooksmarka/trail-creator`
    cd trail-creator
  2. Install Dependencies:
    yarn install

Running the Application

  1. To run both the frontend and backend run:
    yarn dev

The backend will start at http://localhost:3001 and the frontend will be available at http://localhost:5173/.

  1. Navigate to http://localhost:5173/ to view the app.

Environment Variables (optional)

  1. While not required you can create a .env file in the backend directory with the following:
    PORT=3001