Skip to content

pnnam03/fastapi-path-finding

Repository files navigation

fastapi-path-finding

  • Clone the repo
  • Python version: 3.8.0
  • In /fastapi-path-finding
pip install -r requirements.txt
  • Run the backend
uvicorn main:app --host=0.0.0.0 --port=${PORT:-5000} --forwarded-allow-ips '*'

image

About

This is the backend for path finding project using FastAPI, OpenStreetMap API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published