Skip to content

ShahidYousuf/documan_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Contributions are welcome. Just create your own branch and send a pull request. Happy coding!

About

A simple document management REST based API for collaboratively interacting with documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published