Skip to content

muazhari/research-assistant-backend

Repository files navigation

research-assistant-backend

Features

  • Authentication
  • Authorization
  • Account Management
  • Document Management
  • File Document Management
  • Text Document Management
  • Web Document Management
  • Document Process Management
  • Document Type Management
  • Long Form Question Answering
  • Passage Search

Getting Started

  1. Clone infrastructure, backend, and frontend repositories.
  2. Setup infrastructure, backend, and frontend dependencies.
  3. Run the infrastructure, backend, and frontend services.

Testing

  1. Run the test and coverage.
python3 -m pytest --cov=./apps ./tests -n auto 
  1. Current test result has 43 test cases passed with 75% coverage.