An open API service indexing awesome lists of open source software.

https://github.com/tyleradammartinez/optimal-accessibility

A web application that calculates the accessibility rating of academic posters. This is @hankpeeples and I CSCE 3444 project
https://github.com/tyleradammartinez/optimal-accessibility

api-rest asp-net-core backend csharp frontend fullstack javascript react reactjs

Last synced: 2 months ago
JSON representation

A web application that calculates the accessibility rating of academic posters. This is @hankpeeples and I CSCE 3444 project

Awesome Lists containing this project

README

          

#

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
- [Tyler Adam Martinez](https://github.com/TylerAdamMartinez/)
- [Hank Peeples](https://github.com/hankpeeples)

### 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 / .`
3. Run `docker run -p 80:80 /`

---

For more information checkout the wiki