Coder Social home page Coder Social logo

justlaugh's Introduction

GitHub repo size GitHub language count Contributors Stargazers LinkedIn Gmail

Final Project Developing Open Source Based Server-Side Applications: "JustLaugh"

A web application project that was developed using Spring Boot framework, and supplies various RESTful API services to users, using various libraries such as Jackson, Spring HATEOAS, Swagger UI, Data REST.

Table of Contents
  1. About The Project
  2. Libraries Used During Development
  3. Getting Started
  4. Contributors

About The Project

This project was developed fully in Java language, using Spring Boot framework.
In this project we implemented a system that let you create a user, blog and fetch jokes from api, if you like the joke you can save it in your blog (or blogs), the same joke can be saved in multiple blogs. The system manages users and blogs offering a wide variety of functionalities. The user is offered not only the basic CRUD functionality, but rather get data about users and blogs using complex queries and conditions.

RESTful representations were also implemented using HATEOAS library, Async programming was also used in this project by using CompletableFuture class, and data was fetched API and mapped into POJOs using both RestTemplate.

In this project, one can create, get, edit and delete user(s), blog(s) and joke(s) and perform manipulations with the data stored in the database.

You may find several subjects such as:

  1. Java 11 Overview & Functional Programming.
  2. Multithreading and Java Streams.
  3. Concurrent Design Patterns and algorithms.
  4. Web Servers and Java Socket Programming.
  5. Spring Framework/Java EE overview: IoC and Dependency Injection.
  6. Introduction to Spring Boot and Web API development, Custom Exceptions and Handlers.
  7. Spring MVC: Beans, JPA, Hibernate, Lombok, openapi/Swagger and MVC Controllers.
  8. Spring Boot and RESTful representations using HATEOAS library Async programming using CompletableFuture<V>.
  9. RESTful API development and advanced HTTP response manipulation and Spring Data REST.
  10. Advanced Hibernate relations and RESTful representations assemblers.
  11. DAO/DTO using Jackson and JSON properties.
  12. Spring @Service and async tasks.

(back to top)

Libraries Used During Development

  1. Swagger UI – A library that allows us to visualize and interact with the APIs resources, expanding about each and every endpoint available.
  2. Lombok – A library that helps us to prevent boilerplate code in projects by using its annotations.
  3. jackson-databind – A library that offers the general-purpose data-binding functionality. In this project, we used Jackson ObjectMapper.
  4. H2 database - A library that allows us to use the H2 database functionality.

(back to top)

Getting Started

Follow these simple steps:

  1. Clone the repo

    git clone https://github.com/AssafGolani/JustLaugh.git
  2. Run the program

    press shift+F10 or press the "Run WebappApplication" button

    image

  3. Import requests to Postman using this link:
    https://www.getpostman.com/collections/3ae56741681d12e2a393
    https://www.getpostman.com/collections/88c894d72a4e5f55caaf
    https://www.getpostman.com/collections/05f42928f2a4fd2d79cb

  4. You may enter to H2 DB UI using this link:
    http://localhost:8080/h2

  5. You may enter to Swagger-UI using this link:
    http://localhost:8080/swagger-ui/index.html

(back to top)

Contributors

We thank the following people who contributed to this project:

Assaf Golani Yarin Shlomo Aviv Raviv

GitHub repo size GitHub language count Contributors Stargazers LinkedIn Gmail

justlaugh's People

Contributors

assafgolani avatar yarinshlomo avatar aviv555 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.