Git Product home page Git Product logo

quillquest's Introduction

QuillQuest

This is a Java application for a blog website, where you can create, upload and delete different type of Post as well as you can add, update, remove comments to each post. Application can filter post, comments based on different parameter as well. Application used Role Based Authentication where Admin has all rights whereas user has few restricted operations.


Requirements

  • Java 8 or higher
  • Maven
  • MySQL Server
  • Postman or similar as a client

Technologies used

  • Spring Boot
  • Spring MVC
  • Spring Data JPA
  • Spring Security
  • JWT Authentication
  • Hibernate
  • MySQL
  • JUnit5
  • Mockito

Installation and Usage

  1. Clone the repository to your local machine: git clone https://github.com/your-username/blog-application.git
  2. Open the application.properties file located in src/main/resources and modify the following properties according to your MySQL configuration:
spring.datasource.url=jdbc:mysql://localhost:3306/db_name
spring.datasource.username=root
spring.datasource.password=root_password

Run the following command to build the project:

mvn clean install

Run the application using the following command:

java -jar target/blog-application-0.0.1-SNAPSHOT.jar


Features

  • Used JWT Token authentication to make Serverless authentication
  • Used Role Based authentication(User, Admin)
  • CRUD operations using Rest APIs
  • Handling Images while taking post entity
  • Used Pagination for optimized search in the database
  • Custom Error and Exception Handling
  • Unit testing using JUnit5 and Mockito

quillquest's People

Contributors

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