shahwan42 / ayen-task

Upload and search files of types: PDF & PPTX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayen Task

Upload pdf & pptx files and search their names & contents.

Run locally (On Ubuntu)

Prerequisites:

  • Python3
  • docker & docker-compose

Steps:

  • install poetry: $ pip install poetry
  • run $ poetry install
  • copy .env.example to .env
  • $ docker-compose up to run the database server
  • $ poetry shell to activate the virtual environment
  • $ ./manage.py runserver to run the development server
  • open http://localhost:8000/ to test the app manually

About

Upload and search files of types: PDF & PPTX


Languages

Language:Python 88.6%Language:HTML 9.3%Language:Shell 2.1%