Data Management System requires the following:
The following packages are required:
# Clone this project to local
git clone https://github.com/LeoTunero/sharky.git
# cd to project folder and create a env.
cd sharky
pip3 install pipenv
pipenv install
# Run server
pipenv shell
python sharky/manage.py migrate
python sharky/manage.py runserver