ASP.NET Core MVC web application developed during SoftUni ASP.NET Advanced-May2023 course
- Introduction
- Technologies Used
- Architecture
- Database Design
- Setup
- Features
- APIs and External Integrations
- License
TrailVentures is a a web application for people who want to participate in an organised hike in the mountain. It is designed for people to create or sign up for trips. You register as a user, who can join trips and leave them. You can aslo become a guide and organise and create trips that are one or more days. Guides can also register huts and edit existing ones. Only administrator can register mountains in the web application.
- ASP.NET Core 6 MVC
- ASP.NET Core Areas
- Entity Framework Core
- ASP.NET Identity
- MSSQL
- Bootstrap
- Razor ViewEngine
- Toatstr
- NUnit
- Swagger
- ReCaptcha
Databas has admin:
- admin@trailventures.bg password:123456 - admin
Configure both these project as startup project to enable statistics on Index page:

*if "Update-Database" fails, please delete Migrations folder and then run Add-Migration Initial and then then run Update-Database
Creation of Trips, Huts and registration of Mountains
Integration with swagger API for statistics on Index page
MIT licence


