API using Django REST Framework to serve quotes from the Disney+ TV show, 'WandaVision.'
git clone git@github.com:hillaryosei/wandavision-quote-api.git
apt install python3
cd wv-api
python3 -m venv venv
source venv/bin/activate
mv sample.config.py config.py
python3 manage.py migrate
python3 manage.py runserver
- Open local host (127.0.0.1:8000) in preferred browser
git clone git@github.com:hillaryosei/wandavision-quote-api.git
- Install python3
cd wv-api
python -m venv venv
venv\Scripts\activate
move sample.config.py config.py
python manage.py migrate
python manage.py runserver
- Open local host (127.0.0.1:8000) in preferred browser
view entire list of quotes
view a specific quote, up to 119 (ex: quotes/72)
The main branch can be viewed on Heroku