Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.04 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.04 KB

The Optimal Accessibility Project

GitHub license

Optimal-Accessibility-Image

We believe online and offline accessibility matters, so we created the Optimal Acessibilty project. Our mission is to create a web application that calculates the accessibility rating of academic posters.

Team Members

Responsibilities Listed

Tyler Adam Martinez

  • Client User Interface (frontend)
  • Application Protocol Interface (backend)

Hank Peeples

  • Image Processing/Computer Vision

/Application (frontend)

  • React.js web user interface
  • For dependency and general info checkout README

/API (backend)

  • C# ASP .NET Core 6 Web API
  • For dependency and general info checkout README

How to run the project in development

  1. Go to the project's Application directory
  2. Run the terminal command: npm run

How to run the project in pre-production

  1. Go to the project's Application directory
  2. Run docker build -t <username>/<branch-name> .
  3. Run docker run -p 80:80 <username>/<branch-name>

For more information checkout the wiki