Skip to content

mellieho9/MSCodeToGive2023Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published