Skip to content

jaewan99/Module3

Repository files navigation

Web-based Kiosk

Prerequisites

  1. Installed Python
  2. Installed MySQL

Installation

  1. If you haven't downloaded Django and mysqlclient from Python, please do so.

From Python, install Django:

pip install django

From Python, install mysqlclient:

pip install mysqlclient
  1. After that, download this repository. From the repository's main directory, Import SQL file to the database:
mysql -u <username> -p <databasename> < posdb.sql

Run Django:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Default Homepage Screen

defaultPage

About

Web-based Kiosk using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors