KodingNextLabs / pos-django

Online Cashier App For Coffee Shop Business with Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

Clone this project, enter directory pos-django. Then, run the following command to install dependency packages:

$ pip install -r requirements.txt

Recommended using virtual environment!

Next, run the development server:

$ python manage.py runserver

Open http://localhost:5000 in your browser and try it.

Admin

Create superuser:

$ python manage.py createsuperuser

Next, run the development server:

$ python manage.py runserver

Open http://localhost:5000/admin in your browser and try it.

About

Online Cashier App For Coffee Shop Business with Django


Languages

Language:Python 62.5%Language:HTML 37.5%