This is the final project for the Udacity Full Stack Developer Nanodegree
Install all dependencies by running
pip3 install -r requirements.txt
TO start the app, first run:
source setup.sh
then
flask run
To login or sign up for an account, go to the following URL;
https://udacity-casting-agency.eu.auth0.com/authorize?audience=casting-agency&response_type=token&client_id=LC7SXH3s1ZRzI0bAHzWnhSYFOagXN6ye&redirect_uri=http://127.0.0.1:5000
Then copy the JWT access_token to be used as a Bearer Authentication Token for API requests
For each role these are the login details
Email:
assistant@casting.com
Password:
Assistant123
Email:
director@casting.com
Password:
Director123
Email:
producer@casting.com
Password:
Producer123
Auth0 details can by found in setup.sh
Run python3 test_app.py