Giter VIP home page Giter VIP logo

blogging-application-backend's Introduction

Blogging Website Backend API

This is the backend API for a Blogging Website built using Spring Boot. It provides endpoints for managing users, posts, comments, likes, and followers.

Features

  1. User Management

    • User registration
    • User authentication (JWT-based)
    • User profile management
    • Profile picture upload
  2. Post Management

    • Create, read, update, delete posts
    • Draft, publish, and archive posts
    • Tagging posts with categories
    • Retrieve posts by user or category
  3. Comment Management

    • Add, edit, delete comments on posts
    • Nested comments support
    • Get comments for a specific post
  4. Likes

    • Like/unlike posts
    • Retrieve likes for a specific post
  5. Followers

    • Follow/unfollow other users :pending
    • Get followers/following list for a user :pending

Tech Stack

  • Spring Boot: Framework for building robust Java applications
  • Spring Security: For authentication and authorization
  • Spring Data JPA: For working with databases using JPA
  • Hibernate: ORM (Object-Relational Mapping) tool for Java
  • PostgreSQL: Relational database management system
  • JWT (JSON Web Tokens): For secure authentication

Getting Started

  1. Clone the repository:

    git clone https://github.com/Munezero2000/Blogging-Application-Backend.git
  2. Navigate to the project directory:

    cd blogging-website-backend
  3. Configure your database settings in application.properties.

  4. Build and run the project:

    ./mvn spring-boot:run
  5. The API will be available at http://localhost:8081.

API Endpoints

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests for any improvements or new features you'd like to see.

License

This project is licensed under the MIT License.

blogging-application-backend's People

Contributors

munezero2000 avatar hozayves 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.