Skip to content

ScottyLabs/cmumaps-data-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages