Skip to content

A detailed analysis for nearby places and understanding each unit pros and cons

License

Notifications You must be signed in to change notification settings

HamadaFathyXQT/Nearby_Places_Analysis

 
 

Repository files navigation

pytest Action format Action Python Version GitHub License Quality Gate Status

Python FastAPI Template

A template for a Python FastAPI service:

Build and run locally

Using python3.12 install poetry:

pip install poetry

Then install dependencies

poetry install

Run locally

poetry run uvicorn app.main:app --port 8000 --reload

Run tests

poetry run pytest

Build and run using Docker

docker build -t app .
docker run -p 8000:8000 -it app

Notes

  • If you face an issue with git ssh access while pushing new changes, run ssh-add $HOME/.ssh/<your ssh key> in terminal outside the devcontainer.

  • If you face an issue during devcontainer build, make sure the repo is marked as trusted in VSCode. Check Source Control tab in the sidebar to mark the repo safe, then rebuild the devcontainer.

About

A detailed analysis for nearby places and understanding each unit pros and cons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • Dockerfile 6.6%
  • Shell 1.3%