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 ShareDocumentInstall all the dependencies using pip
pip install -r requirements.txtMigrate the database
python manage.py migrateCreate a superuser
python manage.py createsuperuserRun the server
python manage.py runserverPull 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