hothanhtuan1209 / mini_supermarket_project

0 stars 0 forks source link

PROJECT MINI SUPERMARKET APP

This is a project to build mini supermarket management software, including Account, Role, Permission, Invoice, Product, Receipt, Purchase Order, Supplier, Product Categories, Lot, Goods delivery note models and models with role as mediator.

Required

How to use

  1. First, clone this repository on your computer

    git clone git@github.com:hothanhtuan1209/mini_supermarket_project.git

  2. Next, move into the directory containing this file:

    cd training_python cd Django

  3. Checkout to branch develop

    git checkout develop

  4. Create database

    py manage.py migrate

  5. Running server

    py manage.py server

    • Go to Web browser and search localhost:8000
  6. Create new Role and Permission first

    • Roles and permissions need to be created before the account
  7. Create superuser

    py manage.py createsuperuser

  8. Login superuser account

    • Login with account superuser to check the newly created Roles and Permissions

    Contribute

    • If you want to contribute to this project, please create a pull request and clearly describe the changes you propose