Skip to content

This project has the capacity to process documents and extract certain data to be organized accordingly into an excel file

Notifications You must be signed in to change notification settings

Vayala13/LAW-FIRM-AUTOMATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Project Name

Installation

  1. Clone the repository git clone [repository-url]

  2. Create a virtual environment python3 -m venv venv

  3. Activate virtual environment

  • Windows: venv\Scripts\activate
  • Mac/Linux: source venv/bin/activate
  1. Install dependencies pip install -r requirements.txt

  2. Configure MySQL Database

  • Install MySQL
  • The database will be the same as the one i have so we'll be adding info to itlx
  • Update database settings in settings.py if needed
  1. Run migrations python manage.py migrate

  2. Create superuser (Optional) python manage.py createsuperuser

  3. Run the server python manage.py runserver

About

This project has the capacity to process documents and extract certain data to be organized accordingly into an excel file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages