Skip to content

ucdavis/cpl-necro-photos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Necropsy Photos

A full-stack necropsy photo management application.

  • Frontend: React + TypeScript SPA for browsing, uploading, and managing photos.
  • Backend: PHP REST API for photo metadata and storage management.

πŸ“ Repository layout

  • frontend/ β€” UI client (Vite + React)
  • backend/ β€” PHP API (MVC-style)

πŸš€ Quick start

  1. Start the backend (see backend/README.md):

    • Install PHP dependencies with Composer
    • Configure .env
    • Serve backend/public via a web server (Apache, Nginx, PHP built-in server)
  2. Start the frontend (see frontend/README.md):

    • Install dependencies with npm/yarn
    • Configure src/.env or .env.production
    • Run the dev server

πŸ“Œ Docs


🧩 Notes

  • The backend API is the source of truth for photo data; the frontend consumes it.
  • Configure the frontend to point at the backend API using VITE_API_BASE_URL.

About

Necropsy Photos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors