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
- Host: GitHub
- URL: https://github.com/tyleradammartinez/optimal-accessibility
- Owner: TylerAdamMartinez
- License: gpl-2.0
- Created: 2022-06-13T16:19:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T00:17:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T15:41:03.341Z (over 1 year ago)
- Topics: api-rest, asp-net-core, backend, csharp, frontend, fullstack, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 6.68 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
The Optimal Accessibility Project
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