Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilte/webshop
https://github.com/emilte/webshop
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emilte/webshop
- Owner: emilte
- License: gpl-3.0
- Created: 2019-09-17T01:43:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T01:35:53.000Z (over 3 years ago)
- Last Synced: 2023-03-05T23:04:32.919Z (over 1 year ago)
- Language: JavaScript
- Size: 599 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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