Rest Api for document sharing
Clone the project to local machine:
git clone https://github.com/singhsourabh/DocShare.git
cd to the project directory and fulfil the requirements by:
pip install -r requirements.txt
Setup database:
python manage.py makemigrations
python manage.py migrate
Running django app:
To run the main app.
python manage.py runserver