Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

  6. To write the excel data to database

    python manage.py import_diseases test.xlsx

    create a excel sheet on the root and run the above on terminal

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages