Giter VIP home page Giter VIP logo

postmanager's Introduction

PostManager

This is an application to manage posts from public API https://jsonplaceholder.typicode.com/posts

Technologies

  • Java: 11
  • Database: H2
  • Build automation tool: Apache Maven
  • Spring Boot starter version: 2.4.5
  • UI framework: Thymeleaf

Post structure

    {
        "userId": 1,
        "id": 1,
        "title": "sunt aut facere optio reprehenderit",
        "body": "quia et su autem sunt rem eveniet architecto"
    }

Features

Things you can do with PostManager:

  • Fetch posts from public API
  • Show list of posts except userId
  • Edit selected post's title or/and body (validating input text)
  • Filter list by title
  • Delete a selected post
  • Regular updating of data (every 24 hours)
  • Data can be updated on demand by clicking button

Setup

  • Build the project using mvn verify
  • Run mvn spring-boot:run to quickly compile and run an application
  • Web application is accessible by homepage ⬇️
http://localhost:8080

UI Screenshots

POSTMAN Rest Screenshots

GET all elements - localhost:8080/getAll

GET element by id - localhost:8080/{id}

PUT edit title and body by id with a JSON body - localhost:8080/{id}

DELETE delete post by id - localhost:8080/{id}

GET filter list by keyword in title - localhost:8080/filter/{keyword}

postmanager's People

Contributors

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