Skip to content

YounesOMK/Django-POS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-POS

Point of sale project (done using Django, Alpine.js, HTMX, TailwindCSS).

Done as an internship project for JDI SOFT
JDI SOFT logo

How To Use

  • clone the project
    git clone https://github.com/YounesOMK/Django-POS
    
  • cd into the project
    cd Django-POS
    
  • Create virtual environment
    python -m venv env
    
  • Activate the virtual environment
    source env/bin/activate
    
  • install requirements
    pip install -r requirements/local.txt 
    
  • Run migrations
    ./manage.py migrate
    
  • Create a superuser
    ./manage.py createsuperuser
    
  • run the server
    ./manage.py runserver 3000
    

Models

Models

Some screenshots

English home page
Arabic home page
English stats page
French inovice page

About

Point of sale project (done using Django)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published