git clone https://github.com/iMi-groups/imi-market-api.git
cd imi-market-apivirtualenv venvvenv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtpython manage.py collectstatic | python3 manage.py collectstaticpython manage.py makemigrationspython manage.py migratepython manage.py createsuperuserpython manage.py runserver | python manage.py runserver your_ip_addres:8000