Skip to content

A beginner developer attempting to build a restaurant management system using Python and PostgreSQL

Notifications You must be signed in to change notification settings

devjefersonsantos/restaurant-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login screenshot example in GIF

Prerequisites

  • Python 3.10+
  • PostgreSQL
  • Windows 10+
  • Display resolution 1920x1080+

Installation

Clone the repository using the Git Bash command line:

$ cd Desktop ; git clone https://github.com/devjefersonsantos/restaurant-management-system.git

Navigate to the project directory:

$ cd Desktop ; cd restaurant-management-system

Install the dependencies:

$ pip install -r requirements.txt

Usage

To launch the main file, run the following command:

$ python main.py

Releases

No releases published

Packages

No packages published

Languages