Running Locally - EricPedley/zotmeal-backend GitHub Wiki
- Clone the repo
pip install -r requirements.txtin the root project directorypy local_server.pystarts the server on port 3000- Try making a request by going to
http://localhost:3000/api?location=brandywinein your browser.