Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilte/webshop


https://github.com/emilte/webshop

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# webshop

* open git bash and navigate to target directory for project download
* git clone https://github.com/emilte/webshop.git
* open commandline and navigate inside project
* make sure you have python 3 installed on your system
* make sure you have pip on your python version
* pip install pipenv
* pipenv install
* pipenv run py manage.py makemigrations
* pipenv run py manage.py migrate
* pipenv run py manage.py createsuperuser
* pipenv run py manage.py runserver