Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find my Pet

Tool for find, register, report and rescue lost pets.

Summary

Have you ever taught about how to help homeless or lost pets around the world, now you have the opportunity to help these little fluffy dogs, cats, etc to find a lovely owner.

Modules used and Docs

Flask

General

Maybe in the Future

##Development Info

  • When using Docker container, the PostgreSQL database name is "fmp"

  • If you are executing the project without Docker it will create a SQLite database with the name acordingly to the environment

    • Development: fmp-dev.sqlite
    • Production: fmp.sqlite
    • Testing: will use memory

How to execute:

Without Docker (recomended to new devs in the Project) pip install requirements.txt set the above variables flask run

With Docker docker-compose up -d

Environments Variables

  • FLASK_APP=pet.py
  • FLASK_ENV=development
  • FLASK_RUN_PORT=7000

Google OAuth

  • GOOGLE_OAUTH_CLIENT_ID='your client id'
  • GOOGLE_OAUTH_CLIENT_SECRET='your client token'

Use ONLY in development environment:

  • OAUTHLIB_RELAX_TOKEN_SCOPE=True
  • OAUTHLIB_INSECURE_TRANSPORT=True

About

Tool for find, report and rescue lost pets, also useful to register homeless pets.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages