This is the backend to a project for CockyHacks - a UofSC hackaton
https://github.com/madelinetharp/campusdish_frontend
https://campusdish-frontend.vercel.app/
- Clone repo
- Run this in terminal
pip install -r requirements.txt- Run this next to starts the server on port 3000
py local_server.py - Try making a request by going to http://localhost:3000/api?location=brandywine in your browser.