Skip to content

A django e-commerce store template starter, that include an account & store app.

Notifications You must be signed in to change notification settings

na0495/Django-store-template

Repository files navigation

Djange store template 👋

Documentation

Django Store Template is a demonstration of a backend application built using Django framework. The project showcases the use of two apps - Account and Store, following Django project architecture. Additionally, the project demonstrates the integration of various tools with Django, including pytest for testing, celery and RabbitMQ for scheduling tasks, and PostgreSQL database, and Docker and Docker-Compose for containerizing the entire application.

The usage of this template is pretty easy:

Install & build docker images using docker compose:

make build

to run the containers:

make local

To use different API that the backend provides, make sure to use add the prefix 'JWT <your token> ' to the request header, if you are asked for authentication.

To run pytest use:

make test

to generate the test coverage report.

make coverage

Django Admin

to create an admin user use the following command:

make superuser

and then login in the admin panel with your credentials.

Note: if you have problems running Makefile commands line, you can just check Makfile file, then copt and past the commands into your terminal.

Author

👤 na0495

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

A django e-commerce store template starter, that include an account & store app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published