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

https://github.com/vikashsprem/syncstudy-server

The ultimate book-sharing platform that fosters collaborative learning and exploration.
https://github.com/vikashsprem/syncstudy-server

docker java mysql spring spring-boot sql

Last synced: 3 months ago
JSON representation

The ultimate book-sharing platform that fosters collaborative learning and exploration.

Awesome Lists containing this project

README

          

# SyncStudy Application - Backend

This repository contains the backend implementation of the SyncStudy Application, developed using Spring Boot.

## Frontend of SyncStudy - [Click here](https://github.com/vikashSprem/SyncStudy.git)

## Table of Contents

- [Some Visuals](#visuals)
- [Introduction](#introduction)
- [Features](#features)
- [Technologies](#technologies)
- [Setup](#setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Visuals

![Loign](https://github.com/vikashSprem/Book-Store-Application-Backend/assets/106796672/22c80a51-6144-439c-a179-1c3d3beb6067)

![Register](https://github.com/vikashSprem/Book-Store-Application-Backend/assets/106796672/94b8d15f-55cc-4352-9249-9b54dfdf163a)

![bookList](https://github.com/vikashSprem/Book-Store-Application-Backend/assets/106796672/b35126ee-03de-4e6d-bdcf-da1a4ed51cf8)

![Book](https://github.com/vikashSprem/Book-Store-Application-Backend/assets/106796672/99610de2-4d07-4916-9900-3a5d695c623e)

![BookUpload](https://github.com/vikashSprem/Book-Store-Application-Backend/assets/106796672/1342a84a-d67e-4341-ba84-b60f99a84c3d)

![CartDetails](https://github.com/vikashSprem/Book-Store-Application-Backend/assets/106796672/b41f6ae7-c69f-4954-9bea-cb6c0d3b5927)

## Introduction

Welcome to the backend of the Book Store Application! This project serves as the backend API for managing a bookstore's inventory, handling user authentication, and managing orders.

## Features

- RESTful API for book management
- User authentication and authorization
- Order processing endpoints
- Database interactions for book information and user data

## Technologies

- **Java:**

- Spring Boot: Powerful framework for building Java-based APIs.

- **Database:**

- MySQL

- **Authentication:**
- Spring Security

## Setup

1. **Clone the Repository:**
```bash
git clone https://github.com/your-username/SyncStudy-Server.git
cd SyncStudy-Server
```