Skip to content

sahilM1001/Online-Food-Ordering-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Food-Ordering-System

Developed as a part of academic project.

Technologies Used: HTML, CSS, JavaScript, Django, Python Database: MySQL

Install Django using PIP: pip install django

To check Django Version type: python -m django --version

Create a new project if needed: django-admin startproject

To run the local development server: python manage.py runserver

visit http://127.0.0.1:8000/ on your browser to look out for changes and website

Create a new App: python manage.py startapp

views.py file will contain data regarding rendering of the webpage, URLS.py file will contain information regarding the configured routes for the app/project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published