An open-source platform where companies can share documents with clients, shareholders or anyone under their own branding.
Clone the project using git
and cd
into the folder.
git clone https://github.com/Idiomatic-Programmers/ShareDocument.git
cd ShareDocument
Install all the dependencies using pip
pip install -r requirements.txt
Migrate the database
python manage.py migrate
Create a superuser
python manage.py createsuperuser
Run the server
python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
For more information, please refer the CONTRIBUTION.md file