Running Locally - EricPedley/zotmeal-backend GitHub Wiki

  1. Clone the repo
  2. pip install -r requirements.txt in the root project directory
  3. py local_server.py starts the server on port 3000
  4. Try making a request by going to http://localhost:3000/api?location=brandywine in your browser.