Skip to content

zhulietailieva/ASP.NET-Advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trail Ventures

ASP.NET Core MVC web application developed during SoftUni ASP.NET Advanced-May2023 course

Project Overview

landing_page

Table of Contents

Introduction

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.

Technologies Used

  • ASP.NET Core 6 MVC
  • ASP.NET Core Areas
  • Entity Framework Core
  • ASP.NET Identity
  • MSSQL
  • Bootstrap
  • Razor ViewEngine
  • Toatstr
  • NUnit
  • Swagger
  • ReCaptcha

Architecture

363859055_1771958426596871_4643915147751044916_n

Database Design

database_diagram

Databas has admin:

Setup

Configure both these project as startup project to enable statistics on Index page: startup_projects

*if "Update-Database" fails, please delete Migrations folder and then run Add-Migration Initial and then then run Update-Database

Features

Creation of Trips, Huts and registration of Mountains

APIs and External Integrations

Integration with swagger API for statistics on Index page

License

MIT licence

About

A repository containing my project for the ASP.NET Advanced course in Softuni

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors