For Programmers, By Programmers.
This repository is the final code for the Django with Vercel Project Demo.
mkdir ~/Dev/django-on-vercel
cd ~/Dev/django-on-vercel
python3.9 -m virtualenv .
source bin/activate
In Windows use .\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver localhost:8000
Open localhost:8000 in Your Browser