Skip to content

Francklin9999/code-to-give-2025

Repository files navigation

TEAM 9 – CodeToGive 2025

Shield of Athena

This repository contains the frontend (React + TailwindCSS) and the backend (FastAPI) for the Athena Paths project. The backend uses CSV files as its data source.


Frontend Setup

To run the frontend (from root):

cd client
npm install
npm start

The development server will start at:

http://localhost:3000

Backend Setup

Install dependencies (from root):

cd backend
pip install -r requirements.txt

Run backend server (from root):

cd backend
python -m uvicorn main:app --reload

The API server will start at:

http://localhost:8000
Screenshot From 2025-11-26 00-17-24 Screenshot From 2025-11-26 00-18-02 Screenshot From 2025-11-26 00-18-41 Screenshot From 2025-11-26 00-20-30

About

Built for Shield of Athena, a Montreal non-profit helping victims of domestic violence, this project won Morgan Stanley’s Code-to-Give 2025. We delivered a simple, safe, and intuitive platform prototype using React and FastAPI to help users quickly access essential resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors