Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Backend Using Django

Project Setup

  • Download Python from https://www.python.org/downloads/
  • Install uv package - pip install uv
  • Create virtual environment - uv venv
  • Activate virtual environment - For windows .venv\Scripts\activate, For Mac source .venv/bin/activate
  • For deactivating virtual environment - deactivate
  • Install all the required packages - uv pip install -r requirements.txt
  • Change Directory - cd .\backendUsingDjango\
  • Start Project - python manage.py runserver 8080
  • Project must be running at port 8080 - http://127.0.0.1:8080/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages