An application that matches a user with a LAW/MED School
Live demo with just the front-end is available here. The API currently only works locally through pipenv.
- React.js
- Python/Flask
- Material UI
In the project directory, you can run:
Runs the front-end in the development mode.
Open http://localhost:3000 to view it in the browser.
Starts the python server in http://localhost:5000. A proxy is set up in package.json to send all API requests to this link.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.