EACL Frontend + Backend Source Code
# Early African Cinemas Lab Web Interface
This repository contains the staging web application for the Early African Cinemas Lab database interface.
## Folders
- `film-database-frontend` - React frontend for browsing, login, and data-entry screens.
- `film-database-backend` - Flask backend API connected to the IU RDC PostgreSQL database.
- `film-database-postgres-scripts` - PostgreSQL schema/setup scripts for the database tables.
## Current Status
The application is currently in staging/testing. Basic film browsing and film data-entry workflows are being validated before wider use.
## Notes
Do not commit real `.env` files, database credentials, JWT secrets, virtual environments, `node_modules`, or build artifacts.