GithubHelp home page GithubHelp logo

ashishgopalhattimare / newsgyan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from surbhi2408/newsgyan

0.0 1.0 0.0 6.14 MB

A web application made by using java spring framework, where user can login and can read newapaper according to their selected category.

Java 100.00%

newsgyan's Introduction

Newsgyan

It is a web application made using Spring Framework as backend where the user can login and can read newspaper according tho the category selected.

The project has followed a 3-Layered Spring Architecture.

Controller Layer

The role of the controller is to get request from the web application and behave as a medium of API service between the backend and frontend. In the project, there are two Controllers added, "UserController" and "AdminController" which performs their tasks to provide services to User login and Admin login respectively.

Service Layer

The role of the Service layer is to act as a middle man between the Controller and the Repository and manipulate the data between them. It is the business layer of the Project. The different actions performed by the User/Admin to manipulate the data is handled in the Service layer

Repository Layer

It is CRUD service of the project where different tables of the database are stored and are made available to the application.

  1. AdminRepos : stores admin specific data
  2. CategoryRepos : Different categories available
  3. loginRepos : username and password for login credential for different users
  4. newsRepos : stores the title of all the news
  5. detailsRepos : stores the detailed news of each news

Fig 1.0 Spring Architecture Overview

newsgyan's People

Contributors

ashishgopalhattimare avatar surbhi2408 avatar

Watchers

James Cloos 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.