copy the url of the forked repository and clone it
git clone https://github.com/<github_username>/movies-rest-api.git
cd movies-rest-api
python -m venv env
pip install -r requirements.txt
python manage.py runserver
Follow the link and have fun
copy the url of the forked repository and clone it
git clone https://github.com/<github_username>/movies-rest-api.git
cd movies-rest-api
python -m venv env
pip install -r requirements.txt
python manage.py runserver
Follow the link and have fun