Skip to content

Latest commit

 

History

73 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Restaurants Management

Website Name

Description

EatSwift is a comprehensive platform for food ordering, restaurant registration, and order management.

Installation

Instructions on how to install and set up your Django project locally.

  • Clone the Repository:
  • git clone https://github.com/chiranjivikeshav/DBMS_Restaurants_management.git
  • Create and Activate a Virtual Environment (Optional but Recommended):
  • cd your-django-project
    python -m venv venv
    source venv/bin/activate ( On Windows, use `venv\Scripts\activate`)
  • Install Project Dependencies:
  • pip install -r requirements.txt
  • Set Up the Database:
  • If you want to uses a new database, create a new database and run the migrations to set up the database schema
    python manage.py migrate
  • Create a Superuser (Optional):
  • If you want to uses Django's admin interface, create a superuser
    python manage.py createsuperuser
  • Start the Server:
  • Start the Django development server to run the project locally
    python manage.py runserver

Usage

this Django project can use by following above instructions .You can access the admin interface at http://127.0.0.1:8000/admin/. Log in using the superuser credentials to access the admin panel..

About

This website is created in python (Django)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages