An open API service indexing awesome lists of open source software.

https://github.com/rahulprojects01/instagram-api

Backend application for an Instagram clone built with Spring Boot. It supports user authentication, post creation, comments, and stories using JWT authentication. The application is connected to a MySQL database and provides RESTful APIs for seamless integration with the frontend.
https://github.com/rahulprojects01/instagram-api

commentmanagement jwt mysql-database postcreation restfulapi springboot springboot3 storymanagement userauthentication

Last synced: 7 months ago
JSON representation

Backend application for an Instagram clone built with Spring Boot. It supports user authentication, post creation, comments, and stories using JWT authentication. The application is connected to a MySQL database and provides RESTful APIs for seamless integration with the frontend.

Awesome Lists containing this project

README

          

# Instagram Clone Application

A full-stack application replicating core features of Instagram, built with **Spring Boot** and **React.js**.

## Features
- **User Authentication**: Secure login and registration using **JWT tokens**.
- **Posts Management**: Create, edit, and interact with posts, including likes and comments.
- **Responsive UI**: Frontend designed with React.js for a seamless user experience.
- **Scalable Backend**: Spring Boot APIs for efficient data handling and service communication.

## Tech Stack
- **Frontend**: React.js, CSS3
- **Backend**: Spring Boot, JPA
- **Database**: MySQL

Explore the repository for code, setup instructions, and more details!