Filed-Assessments Clone The Repo Navigate to the project folder Create VirtualEnv Intall requiremets.txt using "pip install -r requirements.txt" add your Mysql database credentials in a .env file run Python manage.py runserver The API uses JWT for authorization.Access the api/token endpoint to get the authorization token and add it to your environment