Skip to content

sprajeesh/location-aura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location Intelligence MVP

Location Intelligence is a web application that helps property buyers evaluate the accessibility and convenience of a location by visualizing nearby facilities and calculating location scores.

Architecture

  • Frontend: React, TypeScript, Vite, React Leaflet, Tailwind CSS
  • Backend: Python, FastAPI, Pydantic, HTTPX, uv package manager

Setup Instructions

Docker (Recommended)

  1. Ensure Docker and Docker Compose are installed.
  2. Run docker-compose up --build
  3. Frontend is available at http://localhost:5173
  4. Backend API is available at http://localhost:8000/api

Manual Setup

Backend:

cd backend
uv sync
uv run uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload

Frontend:

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors