Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

A Web-based Restaurant Billing System App which uses Client-Server Architecture & REST API

Notifications You must be signed in to change notification settings

CMRIT-Final-year-Project/E-Bill-Resto

Repository files navigation

E Bill Resto App

📌 Introduction

A Web-based Restaurant Billing System App which uses a master-slave architecture to retrieve transactions made in branch companies to parent companies in real-time using a REST API.

Get Started

⭐ I am a first time user, How do I use it?

⚠️This is an optional step but is highly recommended. Create a virtual environment, using:

python -m venv /path/to/directory

Example:-

python -m venv venv (It will create a folder named venv in your project's root directory)

Continue following the steps mentioned below

💥 Installation

If you have a python virtual environment then :-

You’ll need to use different syntax for activating the virtual environment depending on which operating system and command shell you’re using.

On Unix or MacOS, using the bash shell: source /path/to/venv/bin/activate
On Unix or MacOS, using the csh shell: source /path/to/venv/bin/activate.csh
On Unix or MacOS, using the fish shell: source /path/to/venv/bin/activate.fish
On Windows using the Command Prompt: path\to\venv\Scripts\activate.bat
On Windows using PowerShell: path\to\venv\Scripts\Activate.ps1

Next, run:-

pip install -r /path/to/requirements.txt

python manage.py runserver

About

A Web-based Restaurant Billing System App which uses Client-Server Architecture & REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages