Skip to content

An online management system that allows customers to place orders using the platform.

License

Notifications You must be signed in to change notification settings

RapDoodle/Mooli-Ordering-System

Repository files navigation

Mooli Ordering System

System Requirements

  • A Windows / Mac / Linux Server
  • MySQL
  • Installed Python3

Screenshots






Instructions

Install dependencies

  • Install python (Ubuntu)

    sudo add-apt-repository ppa:jonathonf/python-3.8

    For other Linux distribution or other operating system, just Google it ;)

  • Install required Python packages

    pip install -r requirements.txt

    Please be noted that some dependencies may not be installed on Debian and Ubuntu. If an error occurred while installing bcrypt, run the following command

    sudo apt-get install build-essential libffi-dev python-dev
  • Install MySQL (Ubuntu)

    sudo apt-get update
    sudo apt-get install mysql-server
  • Configure MySQL (Ubuntu)

    sudo mysql_secure_installation utility

    For more information, please Google it

  • Start MySQL

    sudo systemctl start mysql
  • Setup the software

    python setup.py

    Follow the instructions to finish the installation.

  • Run the application

    python app.py

Copyright

MIT License

About

An online management system that allows customers to place orders using the platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published