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

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

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`