An appliaction to save time while planning trips and while travelling. The app will allow for easy travel planning, proposing interesting spots and managaing moving between them. You need only few mouse clicks to generate multiple trip plans to choose from.
git clone https://github.com/Bitehack-sPejsy-2022/back.git
cd back
uvicorn main:app --reload
"/" - home (idk if we return anything here)
"/poi/city/<city>" - points of interest in <city>
"/search_near_point" - it searches for points in 50m epsilon around click on the map
"/search_polygon" - search points in boundaries of polygon
"/plan_trip" - takes request with POIs required by user and generates trip plans