Skip to content

mohanselvanA/chrome-extension-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run the Project

Follow these steps to set up and run the Django project locally:

  1. Create and Activate a Virtual Environment

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  2. Install Dependencies

    pip install -r requirements.txt
  3. Set Up the Django Project

    cd pdf_extractor
    python manage.py migrate
  4. Run the Development Server

    python manage.py runserver
  5. Access the Application

    Open your browser and go to http://127.0.0.1:8000/ to use the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors