Django Docs: Documentation
PG ADMIN: pgadmin.org
- Download this repo or run:
$ git clone [email protected]:kayprogrammer/ecommerce-store-drf.git- Install all dependencies
$ pip install -r requirements.txt-
Create an
.envfile and copy the contents from the.env.exampleto the file and set the respective values. A postgres database can be created with PG ADMIN or psql -
Run Locally
$ python manage.py migrate $ python manage.py runserver- Run With Docker
$ docker-compose up --build -d --remove-orphansOR
$ make build- Test Coverage
$ pytest --disable-warnings -vvOR
$ make testAPI Url: E-Store DRF Swagger Docs
ADMIN PAGE E-Store Admin
Check .env.example file for admin credentials




