Skip to content

pokharelsugam/rms-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Restaurant Management System

A robust Restaurant Management System built with Django. This project facilitates the management of restaurant operations including menu creation, table management, order processing, kitchen display system, billing, inventory management, staff management, and user authentication.

Features

-Comming Soon

Project Structure



Comming Soon
      

Getting Started

Prerequisites

  • Python 3.6+
  • Django 3.2+
  • Git

Installation

  1. Install Python
  2. Install Django
    
    pip install django
    
  3. Install Django PhoneNumberField
    
    pip install django-phonenumber-field
    
  4. Install num2words
    
    pip install num2words
    
  5. Install Virtual Environment
    
    pip install virtualenv
    
  6. Clone the repository
    
    git clone https://github.com/pokharelsugam/rms-django.git
    cd rms-django
    
  7. Create a virtual environment and activate it.
    
    virtualenv env
    env\scripts\activate
    pip install django
    pip install django-phonenumber-field
    pip install num2words
    
  8. Run the migrations
    
     python manage.py makemigrations #may or may not be required
     python manage.py migrate	#must be required
     
  9. Create a superuser
    
     python manage.py createsuperuser
     

    While creating superuser phone number must write in international format like +[country_code][phone_number] e.g.; +9779812345678

  10. Start the development server
    
    python manage.py runserver
    

Usage

About

User based Restaurant Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published