Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.45 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.45 KB

CMU-Maps-Data-Visualization

Project Overview

A visualization tool for Carnegie Mellon University campus floorplans, featuring customizable room information and navigation graph. This repository powers the backend for CMU Maps, providing accurate spatial data and pathfinding algorithms for seamless campus navigation.

For comprehensive usage instructions and features, refer to our documentation.

Getting Started

Prerequisites

  • Git
  • Node.js and npm

Installation

  1. Clone the repository

    git clone git@github.com:ScottyLabs/cmumaps.git
  2. Set up environment variables

Running the Application

You'll need to run both the frontend and backend servers in separate terminal windows.

Frontend

cd app
npm install
npm run dev

Backend

cd server
npm install
npx prisma generate
node index.ts