Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 757 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 757 Bytes

Electromagnetic Wave Scattering

2020 Update

Developers: Noah Templet; Michael Sheppard III
Research Supervisor: Stephen Shipman

Backend Deployment Instructions

Starting the App (Frontend)

Best option is to use Python. Creates a HTTP server in the frontend directory.

Simply just run this:

cd frontend && python -m http.server

Starting the App (Backend)

Python is required here.

Install the following dependencies using pip:

  • flask
  • flask_cors
  • numpy
  • scipy

Simply just run this:

cd backend && python -m api.app