An Open Source Project - R FoodBuzz

This article provides an application showing a report on a Food-Restaurant Management system. The name of my project is R-FoodBUZZ. This is an open source project.

The following is my article series:

  1. (R-Twitter - An Open Source Project)
  2. (MyCollegeMyFriend - An Open Source Project developed using ASP.NET 2.0)
  3. Social Networking Website in ASP.NET - Open Source Project
  4. An Open Source Project - (R-ePhoneBook)
  5. Working With R-Blog
  6. An Open Source Project - R-Bank Management System
  7. A Project Report In WPF (R-Office Management System)
  8. Building a Friends Networking Website
  9. On-line Address Book in ASP.NET 2.0

A Friend Network Site

(I am unable to find my article link . . . )

The following I tried to show the functionality of my project through the following diagram:

project through below diagram

After launching the application the user can search for a restaurant by typing in in the search text. He can view a list of restaurants and can get all the search-related restaurant information. He can get address, email, phone, mobile and speciality through a restaurant detail page.

Another type of user can register on the site. A registered user can post new restaurant information, can get all posted restaurants and can view/edit restaurant information.

Now I will explain how my project work.

The following is the default page:

page

Type in your search text and click on the search button.

search button

Click on the Restaurant Name to see the details. 
 
Restaurant Name

In the header click on the Login button:
 
Login button

To make a new profile click on (Not Register Yet).

New Profile

After login the following is the MyProfile page. Here the user can see all the restaurants and add a new restaurant.
 
MyProfile Page

After clicking on Add New Restaurant.
 
 Add New Restaurant

For this project I am using 2 tables.
  1. UserRegistration

    UserRegistration
     
  2. Restaurant

    Restaurant
I have copied my DB to the APP_DATA folder to attach a DB and make a change in the connection string to run this project.

run this project


Similar Articles