Skip to content

A system that you can order food from any restaurant using ASP.NET MVC

Notifications You must be signed in to change notification settings

yaseminaksoy/Food-Ordering-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Food Ordering System


A system that you can order food from any restaurant

Used :

-ASP.NET MVC

-MSSQL

-JQuery/AJAX

-HTML/CSS

Roles: Admin, Restaurant, User

Some necessaries to run the program:

-Set up the database under the database folder

-Add models with EF Designer from Database (without Pluralize)

-After creating models you should add some local variables that I didn't see it necessary to keep them on database;

USERS:
public string UserMail { get; set; }
public int UserPassword { get; set; }

RESTAURANT:
public string RestaurantMail { get; set; }
public int RestaurantPassword { get; set; }

FOOD:
public int TotalPrice { get; set; }

About

A system that you can order food from any restaurant using ASP.NET MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published