Skip to content

danokp/store-warehouse

Repository files navigation

Github Actions Status

Store-Warehouse application

Store-Warehouse - a Django (Django Rest Framework) application that can work in two modes: store or warehouse. In "Store" mode, it is able to create a new order and synchronize it with the connected warehouse. On the other hand, in "Warehouse" mode, you can change the order status and synchronize the updated status with the connected store. The synchronization of databases is done using REST API.

Installation

To download and install this project use the following commands:

git clone [email protected]:danokp/store-warehouse.git
cd task-manager

Usage

  1. Make sure that Docker and Docker-compose are installed.
docker -v
docker compose version
  1. .env.store and .env.warehouse files have been already created for faster demonstration.
  2. Run the applications using docker compose:
docker compose up
  1. Open the applications in web browser:
  2. Superuser has been automatically created. In order to start using login as an admin (username: admin, password: admin).
  3. In Synch Connection add token of the client you want to be synchronized with.
  4. You are ready to create orders in Store and update their statuses in warehouse.

Video demonstration:

IMAGE ALT TEXT HERE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published