Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 933 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 933 Bytes

LM Genie 🧞

An application that matches a user with a LAW/MED School

Demo

User Searches

Live demo with just the front-end is available here. The API currently only works locally through pipenv.

Built with

  • React.js
  • Python/Flask
  • Material UI

Available Scripts

In the project directory, you can run:

yarn start

Runs the front-end in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn start-api

Starts the python server in http://localhost:5000. A proxy is set up in package.json to send all API requests to this link.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.