LeoTunero / sharky

0 stars 0 forks source link

sharky

Requirements

Data Management System requires the following:

The following packages are required:

Quick Start

# 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