Nayemjaman / Django-on-Vercel

Django Project on Vercel.

Home Page:https://django-on-vercel.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For Programmers, By Programmers.

Django with Vercel

This repository is the final code for the Django with Vercel Project Demo.


Running the Project

Create a Folder & Clone the Repository.

mkdir ~/Dev/django-on-vercel
cd ~/Dev/django-on-vercel

Create A Virtual Environment.

python3.9 -m virtualenv .

Activate the Virtual Environment.

source bin/activate

In Windows use .\Scripts\activate

Install Required Dependencies

pip install -r requirements.txt

Make Migrations

python manage.py migrate

Run the Server

python manage.py runserver localhost:8000

Open localhost:8000 in Your Browser

Other places you can find us:
YouTube

About

Django Project on Vercel.

https://django-on-vercel.vercel.app

License:MIT License


Languages

Language:Python 94.8%Language:Shell 4.8%Language:HTML 0.4%