Sign inSign up

accalina/toko_pos

By accalina

Updated about 4 years ago

Backend service system for my Engineer Final Thesis

Image
0

770

accalina/toko_pos repository overview

Toko POS (Backend)

Point of Sales app using Django
Made for Engineer Final Thesis System

Installation

This section contains how to install the project on your machine

Manual

To use this steps make sure pip and python 3.8 or above is installed.
using Virtual Environment is highly Recommended.

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver 0.0.0.0:8000

Tag summary

Content type

Image

Digest

Size

29.1 MB

Last updated

about 4 years ago

docker pull accalina/toko_pos:1.3.4.1