Skip to content

This is a simple web application that demonstrates CRUD operations using ASP.NET Core (MVC).

Notifications You must be signed in to change notification settings

dominic-dc/Jokes-Web-App

Repository files navigation

Jokes App

The foremost authority for good humor that you will find anywhere on your local host.

This is a simple web application that demonstrates CRUD operations using ASP.NET Core (MVC).

  • Create a new Joke
  • View Jokes created by other users
  • Edit a Joke to change its question or answer
  • Delete a Joke from the list
  • Search for a certain Joke

There are restrictions applied in the above actions, for users who are not logged in, they can only view and search for a joke and no other actions can be performed.

To run this project:

  • Use Visual Studio
  • Clone this repository
  • Setup the configurations needed such as migrations etc.
  • Run the project

alt text

alt text

alt text

About

This is a simple web application that demonstrates CRUD operations using ASP.NET Core (MVC).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published