Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 497 Bytes

FoodRoute

Frontend

  • OpenLayer for the map component
  • Chakra UI for styling, other components, and icon
  • Redux for state management
  • Axios for connecting to the server

Backend

Python, Flask, SQL

##Setup Backend Dev Server

  • cd backend
  • python3 -m venv venv
  • . venv/bin/activate
  • pip install -r requirements.txt
  • export FLASK_APP=main.py
  • export FLASK_ENV=development
  • flask run

Open http://localhost:5000/summary