Skip to content

medeaohm/LostPets-ASP.NET-MVC-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lost Pets - a simple ASP .NET Application

This application is part of the ASP .NET MVC course at Telerik Academy. The purpuse of the application is to allow users to create and share post regarding lost or found pets. Additionally, users can comment post.

The application consists of:

  • public part (accessible without authentication)
  • private part (available for registered users)
  • administrative part (available for administrators only)

Public Part

Not register users can only access the public part of te application, which consist of:

  • The Home page - showing the 4 most recent posts with lick to to Post Details Page alt tag

  • Post Details Page - shows the posts content and the list of the related comments alt tag

  • All Posts page - a pageable, sortable and filterable table containing all the posts. alt tag

  • And of course, users can Register/Login alt tag

Private Part

Additionally, registered user have access to several other part of the application:

  • Add new post - user can create new post (and upload related image) alt tag

  • View and Modify their own posts alt tag

    • Edit a post alt tag
    • Delete a post alt tag
  • Comment posts (as well as they are able to delete their own comments) alt tag

  • View and Modify their profile - of course, they can also view the profiles of the other users alt tag alt tag

Administration Part

The administrator of the page is allowed to:

  • Edit/Delete posts alt tag

  • Edit/Delete comments alt tag

  • Delete comments alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published