Skip to content

parthsharma2/django-pos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-pos

A point of sale system implemented in django.


Setup

  1. Clone this project.
git clone https://github.com/parthsharma2/django-pos.git
  1. Move into the cloned project's directory.
cd django-pos
  1. Create a python 3 virtual environment and activate it.
python3 -m venv env
source env/bin/activate
  1. Install the requirements.
pip install -r requirements.txt
  1. Make database migrations.
python manage.py makemigrations
python manage.py migrate
  1. Run the application.
python manage.py runserver

About

A point of sale system implemented in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published