documan_api
A simple document management REST based API for collaboratively interacting with documents.
Tech Stack
ℹ️ : For Demo and Test Purposes: Please use .txt file uploads. Once interacted with, these files are appended with action log text lines.
Steps to run the application on your local machine
virtualenv <name_python_env> -p python3.10
cd <some_directory_on_your_computer>
git clone https://github.com/ShahidYousuf/documan_api.git
cd documan_api
source <path_to_your_env>/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
check the application running on localhost:8000.