Best Flask open-source libraries and packages

CastingAgency

🎬 An api which provides actors to movies with some role based access control (RBAC)
Updated 1 year ago

Casting Agency

The project is to simulate a casting agency. This includes having actors and movies and assigning actors to movies.

Database

There are many-to-many relationship between Movie and Actor.

Authentication & Authorization

To login or set up an account, go to the following url:

https://dev-uu11qs8p.auth0.com/authorize?audience=https://api.casting.com/&response_type=token&client_id=ILSxgHqXZ1F13aO8gdhjutvtzVH15O0H&redirect_uri=https://muco-casting-agency.herokuapp.com/

After login you will see an access_token in the url path.

https://muco-casting-agency.herokuapp.com/#access_token=<ACCESS_TOKEN>&expires_in=7200&token_type=Bearer

There are three roles within the API. Casting Assistant, Casting Director and Executive Producer. The logins for the three roles has been provided in the separate notes

The url for the API:

https://capstone-casting.herokuapp.com/