Skip to content

apollo-lhc/cm_testing_webapp

Repository files navigation

Apollo CM testing webapp

A flexible, Docker-ready Flask app for logging Apollo Command Module test results with file uploads and CSV export.

Features

  • User login and registration
  • Dynamic field configuration
  • File upload with unique filenames
  • Submission history and CSV export
  • SQLite backend, Docker support

Running via Docker

docker build -t test-logger .
docker run -p 5001:5001 -v $(pwd)/uploads:/app/uploads test-logger

Then visit: http://localhost:5001 Default login: admin / password

About

Apollo Command Module Webapp for production testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages