A movie collection manager service using Django + DRF
- Clone this repository using
git clone - Using terminal move to the topmost
MovieCollectionManagerdir, where you can seeREADME.md - Install the Python dependencies using
venvor directly (not recommended) - by runningpip3 install -r requirements.txt - Now do
cd MovieCollectionManager- here you should seemangage.py - Perform the initial migration, run
python3 manage.py migrate - Create the superuser (admin) by running
python3 manage.py createsuperuserand following the wizard - Perform automated tests:
python3 manage.py test - Start the dev server using
python3 manage.py runserver- this will start and expose the service onhttp://localhost:8000 - Now you are ready to test the APIs
- I have shared the Postman collection and the environment in
MovieCollectionManager/postmandir, for convenience and they also include saved example responses