https://github.com/yusuf963/marketplace
this repository is a brp2 stack for building Ecommerce website
https://github.com/yusuf963/marketplace
bootstrap css django-rest-framework html postgres reactjs
Last synced: 3 months ago
JSON representation
this repository is a brp2 stack for building Ecommerce website
- Host: GitHub
- URL: https://github.com/yusuf963/marketplace
- Owner: yusuf963
- Created: 2022-04-08T17:15:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T19:09:55.000Z (about 4 years ago)
- Last Synced: 2025-01-19T04:47:26.881Z (over 1 year ago)
- Topics: bootstrap, css, django-rest-framework, html, postgres, reactjs
- Language: HTML
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Before going though the code base, its highly recommended to go though the offical Django documentation here
https://www.djangoproject.com/
## Run virtual env
`virtualenv -p python3.8 .`
## Install virtual env
`pip install Django==4.0.3`
## Check Django version
`python -m django --version`
## Create Django App
`django-admin startproject marketplace`
## Run django
`python manage.py runserver`
## Install a formatter
`python -m pip install -U autopep8`
## Collect static
`python manage.py collectstatic`
deployment the app on ElasticbeansTalk
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-django.html
`pip install awsebcli `
`eb --version`