This project shows how to upload image(s) and file(s)
using API in Django (ie. using Django Rest Framework)
Backend: Django, Django Rest Framework
Prerequisites: Python3, virutalenv
- Checkout the code
- Create a virtual environment (virutalenv .env)
- Activate the environment (source .env/bin/activate)
- Install all the packages (pip install -r requirements.txt)
- Navigate inside the project (cd src)
- Migrate (python manage.py migrate)
- Create a superuser (python manage.py createsuperuser)
Fill in all the details on the terminal to create the superuser - Run the backend server (python manage.py runserver)
- Visit the server link (http://localhost:8000/)
Part 1: https://youtu.be/Y5u09KpjaVc
Part 2: https://youtu.be/7Oo9Qve8ehQ
Part 3: Coming soon...