Skip to content

btambara/pet-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pet-Advisor

Development Environment Setup

Setup a Python Virtual Environment

python -m venv env

pip-tools Installation

pip install pip-tools
pip-sync setup/requirements.txt

Setup Vite Environment

cd www
npm install

Learn more here

Running locally

docker-compose up -d --build
python app/manage.py createsuperuser

Setup Django OAuth Toolkit (DEV ONLY)

  • Point your browser to http://localhost:8000/o/applications/register/
  • Login to super user acccount.
  • Fill the form with the following
    • Name: Development
    • Client id: DEVELOPMENT
    • Client secret: SECRET_123
    • Client type: Confidential
    • Authorization grant type: Resource owner password-based
    • Redirect uris: Empty
    • Algorithm: No OIDC support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published