Skip to content

MilsonCodes/EMWS-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published