Hiking-Logbook

Running the Project Locally


Prerequisites


Setup

  1. Clone the repo:
    git clone <repo-url>
    cd Hiking-Logbook
    

Install dependencies:

npm –prefix frontend install npm –prefix backend install

Add .env files with Firebase credentials:

/frontend/.env

/backend/.env

🔹 Running the App

Start frontend:

npm –prefix frontend start

Start backend:

npm –prefix backend start

The app will be available at:

Frontend: http://localhost:3000

Backend: http://localhost:5000 (or whichever port is configured)