Skip to content

This App is Based on The Startup Business Idea of Travel & Tours Booking Web App With The Admin Panel Attached, & Also Complete RDBMS Database Integrated With .NET CORE/MVC 🔥

Notifications You must be signed in to change notification settings

TheMehrozKhan/ExploreLocal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExploreLocal Project Setup Guide

Prerequisites:

  • Database: Download the project database from this link.
  • Database BAK File: Download the project database bak file from this link for importing the data in the database.
  • Project Files: Download the ExploreLocal project files from GitHub using this link.
  • Visual Studio: Ensure you have Visual Studio 2019 or a later version installed on your system.

Demo Video:

ExploreLocal Demo

Website Live Demo:

  • There is The Project Live Link Checkitout For More in Depth Knowledge of Project: Website Live Demo

Database Setup:

  1. Download the database file from the provided link.
  2. Open SQL Server Management Studio (SSMS).
  3. Connect to your SQL Server instance.
  4. In SSMS, right-click on Databases in Sthe Object Explorer, and select Restore Database.
  5. Choose Device and browse for the downloaded database file.
  6. Click OK to restore the database.

Once the restore is complete, you will see the restored database with all the data.

Project Setup:

  1. Open Visual Studio.

  2. Open the ExploreLocal project that you downloaded from GitHub.

  3. Make sure to configure your connection string in the Web.config file to match your database setup.

  4. Open the Models folder and create your model. Ensure you've configured your entities and database connections according to your needs.

  5. In the model class Tbl_Destination, add the following line at the top:

    using System.Web.Mvc;
  6. Add the [AllowHtml] attribute just above the GoogleStreetViewURL, Destination_Highlights, or Description property, like this:

    [AllowHtml]
    public string GoogleStreetViewURL { get; set; }
  7. Also, add the following line within the Tbl_Destination class to establish a relationship with the Tbl_Expert entity:

    public Tbl_Expert Expert { get; set; }
  8. Open the Tbl_Bookings class and add the following line within the class to include a TourState property:

    public string TourState { get; set; }

Project Precautions How To Run The Project:

  1. After Applying All The Steps Mention in Project Setup Then Follow This Steps.
  2. Press CTRL + F5 for Running the Project Without Dibugging.
  3. Then Go Back on Visual Studio And Click on Build & Click on Clean Solution.
  4. After Cleaning Successfully, Click Again on Build And Click on Build Solution.
  5. Finally, Now The Project is Ready to Go And Press CTRL + F5 And Run The Project Successfully.

That's it! You've successfully installed and set up the project. If you have any questions or encounter any issues, please don't hesitate to reach out for assistance.

About

This App is Based on The Startup Business Idea of Travel & Tours Booking Web App With The Admin Panel Attached, & Also Complete RDBMS Database Integrated With .NET CORE/MVC 🔥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages