git clone https://github.com/arindam-sahoo/Community-WebApp.git
# create a virtual environment
python -m venv .venv
# activate our virtual environment
.\.venv\Scripts\activate
pip install -r requirements.txt
cd backend
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
⚠ Then, the development server will be started at http://127.0.0.1:8000/