JokesWebApp - A Fun .NET Core MVC CRUD Project ๐
JokesWebApp is a humorous .NET Core MVC CRUD project developed during the FreeCodeCamp ASP.NET Core Crash Course. Manage jokes with ease through basic CRUD operations and enjoy a good laugh with this interactive web application! ๐คฃ
Technologies used: .NET Core 6, ASP.NET Core MVC, EF Core, Microsoft SQL Server.
Feel free to contribute and have a great time sharing some jokes! ๐ญ
JokesWebApp enables users to perform the following operations:
- Create: Users can add new jokes to the application, contributing to the humor database.
- Read: Users can browse through the collection of existing jokes, enjoying a good laugh.
- Update: If users encounter outdated or incorrect jokes, they can easily update the content.
- Delete: Unwanted or inappropriate jokes can be removed from the database, ensuring content quality.
The JokesWebApp was built using the following technologies:
- .NET Core 6
- ASP.NET Core MVC
- Entity Framework Core (EF Core) for data access
- Microsoft SQL Server for database storage
- User-Friendly Interface: The application boasts an intuitive and aesthetically pleasing user interface, providing a seamless experience.
- Secure Authentication: User authentication and authorization are implemented to ensure data security and access control.
- Interactive Joke Management: Users can easily create, read, update, and delete jokes through an interactive interface.
To run the JokesWebApp on your local machine, follow these steps:
- Clone the repository to your computer.
- Ensure you have the required .NET Core 3.1 (or the latest version) SDK installed.
- Configure the connection string to your Microsoft SQL Server database in the appsettings.json file.
- Run the database migrations to create the necessary tables.
- Build and run the application.
Contributions to the JokesWebApp project are welcome! If you find any issues or have ideas for improvements, feel free to create a pull request.
Special thanks to FreeCodeCamp for providing the ASP.NET Core Crash Course - C# App in One Hour. The course served as an excellent resource for building this project.