https://github.com/suyashkumar/bme590_frontend_starter
Starter repository for BME590 Final Projects (Frontend)
https://github.com/suyashkumar/bme590_frontend_starter
Last synced: 10 months ago
JSON representation
Starter repository for BME590 Final Projects (Frontend)
- Host: GitHub
- URL: https://github.com/suyashkumar/bme590_frontend_starter
- Owner: suyashkumar
- Created: 2017-12-05T19:38:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T18:26:46.000Z (over 8 years ago)
- Last Synced: 2025-04-04T20:34:59.466Z (over 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bme590_frontend_starter
This is the optional frontend starter repository for [BME590 Medical Software Design](https://github.com/mlp6/Medical-Software-Design) [final projects](https://github.com/mlp6/Medical-Software-Design/blob/master/Assignments/final_project_fall_17/final_project_f17.pdf) for Fall 2017. The code here was written during the in-class session on React (#2). The associated backend repository for melanoma classification can be found [here](https://github.com/suyashkumar/bme590_melanoma_detection).
## Deployment
A docker compose configuration is provided to build and deploy your react application. If you need to add this configuration to your repository, simply copy the `Dockerfile` and `docker-compose.yml` into the root of your repository. To deploy this on your VM (which has docker installed):
* Clone your repository
* run `docker-compose up --build` from the root of your repository
* You should be able to visit `` in your browser and see your frontend being served. The docker compose configuration is set to serve your web frontend on port 80, which is the default port browsers issue GET requests to when you visit `adpl.suyash.io` for example.