Skip to content

colon3ltocard/fastapi-peak-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a POC for a mountain peak application made using fastapi.

Installation - developer

Requires python >= 3.7. Using pyenv and a virtualenv. First install pyenv.

pyenv install 3.8.3
pyenv virtualenv 3.8.3 peakenv
pyenv activate peakenv
pip install -r requirements.txt

Running the app - developer

(peakenvnew) bash-5.0$ uvicorn peakapp.main:app --reload
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [9942] using statreload
INFO:     Started server process [9979]
INFO:     Waiting for application startup.
INFO:     Application startup complete.

You can play with the following endpoints:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages