Skip to content

willymromero/flask-api-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FLASK API SKELETON 🦴

# localhost server
DEV_SERVER_NAME=""

# production server
SERVER_NAME=""

TIMEOUT=

# url for scraping
SCRAP_URL=""

# endpoints
SECRET_KEY=

Note: DEV_SERVER_NAME and DEV_SERVER_NAME use this format 0.0.0.0:Port

You can use this command to generate SECRET_KEY.

python -c 'import secrets; print(secrets.token_hex())'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published