https://github.com/kxlmtdx/tripify
A travel planning and booking system built on ASP.NET MVC✈️
https://github.com/kxlmtdx/tripify
asp-net-mvc csharp sql-server web
Last synced: 3 months ago
JSON representation
A travel planning and booking system built on ASP.NET MVC✈️
- Host: GitHub
- URL: https://github.com/kxlmtdx/tripify
- Owner: kxlmtdx
- License: mit
- Created: 2025-03-05T18:38:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-19T17:12:28.000Z (about 1 year ago)
- Last Synced: 2026-01-01T16:32:57.096Z (6 months ago)
- Topics: asp-net-mvc, csharp, sql-server, web
- Language: HTML
- Homepage:
- Size: 928 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tripify
[](https://www.dotnetfoundation.org/)
[](https://dotnet.microsoft.com/apps/aspnet/mvc)
[](https://www.microsoft.com/sql-server)

## About
**Tripify** is a web application for travel planning, built on **ASP.NET MVC** with **SQL Server**. The project provides an intuitive interface for searching, booking and managing trips.
## Key Features
- Tour and route search functionality
- Ticket and hotel booking system
- User account management
- Secure authentication using ASP.NET Identity
- Admin panel for content management
## Quick Start
### 1. Clone the Repository
```bash
git clone https://github.com/your-username/Tripify.git
cd Tripify
```
### 2. Database Setup
You can restore the database using either:
- **BACPAC file**: [Download from Google Drive][bacpacGD]
- **SQL script**: [Download from Google Drive][sqlScriptGD]
Update the connection string in `appsettings.json`:
```json
"ConnectionStrings": {
"DefaultConnection": "Server=.;Database=TripifyDB;Trusted_Connection=True;TrustServerCertificate=True"
}
```
### 3. Run the Application
Open the solution in **Visual Studio** and run the project (F5).
> **Note**: Entity Framework migrations will be added in future updates.
## NuGet packets
- microsoft.aspnetcore.mvc.razor.runtimecompilation
- microsoft.entityframeworkcore
- microsoft.entityframeworkcore.sqlserver
- microsoft.entityframeworkcore.tools
[bacpacGD]: https://drive.google.com/file/d/...
[sqlScriptGD]: https://drive.google.com/file/d/...