Anesthesia

Running Backend

Make sure you have Python and flask installed by running pip ls in your terminal. Follow the instructions at https://flask.palletsprojects.com/en/2.2.x/installation/ for more information.

  1. Run the src/routes.py file
  2. The API should be hosted on http://localhost:5000/

Running Frontend

Make sure you have npm installed by running npm -v in your terminal. See https://docs.npmjs.com/downloading-and-installing-node-js-and-npm for installation instructions.

  1. Make sure to do cd site first
  2. Run npm install to install node-modules
  3. Locally deploy app with npm start
  4. The website should be hosted on http://localhost:3000/