Giter Site home page Giter Site logo

chralsh / mvc_web_app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9.88 MB

This Blog Web App is a ASP.NET MVC blog experience! This project is not just about posts; it's about creating, managing, and immersing yourself in a potent content hub.

License: MIT License

C# 61.69% HTML 37.10% CSS 1.02% JavaScript 0.19%
asp-net-core blog-application bootstrap cloudinary comments csharp entity-framework-core microsoft-identity mvc net7 post-management role-based-access web-development

mvc_web_app's Introduction

BlogWebApp

Overview

This project is aimed at building a blog using ASP.NET. Below are the key functionalities of the system:

Functionality Overview

Signup & Login

  • Implemented using the Microsoft Identity solution.
  • Signup requires: username, email, password, full name.
  • Login requires email & password.

Users Area

  • Admins have exclusive access.
  • Admin Dashboard includes functionalities like listing users, deleting users, and changing user roles.
  • User roles: Admin, Editor, Member.
  • Admin seed account details: Username: admin, FullName: Admin, Password: admin1234.

Blog

  • Index displays all posts with comments.
  • Posts ordered by descending create date (latest created shows up first).
  • Initially, only 5 latest posts are visible.
  • "Next" and "Prev" buttons available when more than 5 posts.
  • Buttons indicate the number of posts per page out of total posts.
  • Editor Dashboard (visible only to logged-in editors) displays the editor's posts and provides a link to the "Add New Post" view.
  • Editors can Create, Edit, & Delete Posts.
  • Post requires: User, Created Date, Title, Description, Picture, and belongs to at least one category.
  • Post Details View Page contains creator details and a delete button for editors.
  • "Read-more" link for long descriptions.
  • Categories added by seed and cannot be modified, deleted, or created by users.
  • Categories: Nature, Sport, Politics, Economy, Art, Science, Entertainment, News, War, Showbiz.
  • Members can comment on posts.
  • Posts can have multiple comments.
  • Comment includes only text and the User who created it.
  • Comments cannot be deleted or edited (except when the Editor deletes the whole Post or the User who wrote the comment).
  • Asynchronous calls (JQuery Ajax) used for adding comments without refreshing the page.
  • Blog index has keyword filtering for posts.
  • Post Categories Navigation: Provides buttons to filter posts by category.
  • Download button for an Excel file: Rows are posts, and columns include Nr, Id, Date, Title, Description, Category, Full Name.

Specifications

  • Developed using .NET 7 & MVC.
  • Used Entity Framework Code First for database management.
  • Front-end designed with Bootstrap (using Razor).

mvc_web_app's People

Contributors

kristishqau avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.