Coder Social home page Coder Social logo

lexicon-finalproject's Introduction

This is my Final Project "HollyView".

This project is for the Movies enthusists.
This project is built using C# in backend and ASP.Net in the front end with MVC (Model View Controller) Model.
Model–view–controller (MVC) is a software architectural pattern commonly used for developing user interfaces that divide the related program logic into three interconnected elements.

  • This is a simple CRUD project having different roles for users, Non-user and Admin.
  • This project is more like a clone wikipedia where an admin can Post a movie and the users can only edit or can add more information about that particular movie. The main Index Page has been divided into different Sections.
    • Navbar navbar
    • Hero WallPaper hero
    • Cards card
    • Footer footer
    • A search bar functionality is also used to Find the particular movie using the NAME of the movie.
      home
    • Movie Home Page home
    • Individual cards for Edit and deleting a movie detail
  • Authentication is required for securely validating the user identity and it is a crucial precursor to authorization.
  • Authorization policies start after the authentication process completes. The authorization process determines what data you can access.

    The Project has been divided into three main authorization process:
    This has been done by using built-in function [Authorization] But in Database (Microsoft SQL Database) the creator should give roles to admin, and authenticated users. For Autentication, user must register first and then Log-in to get the full access of the website.
  1. Admin - Admin has the full authorization. It can do all the CRUD operations e.g. Create, Read, update and delete.
    logIn
  2. User - User can only read and update the data.
  3. Non-user - It can only view the user interface. If the non-user clicks on create, delete or update it will give the user "Permission denined" and will go to the register page.
    authorization

Tech used in this project:
Backend: C#
DataBase: Microsoft SQL Server. Entity framework
Front-end: ASP.Net, Razor Pages, CSS, Bootstrap, Javascript.
This is my other project "Blog" where I have used one to many relationship and used ViewModel One to Many relationship Project
In This project I have connected the backend with React Frontend using WebAPIs.
Connecting React Frontend with WebAPIs

lexicon-finalproject's People

Contributors

erikkhan 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.