Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/billymohajeri/java-ecommerce-backend_2


https://github.com/billymohajeri/java-ecommerce-backend_2

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


logo


Billy's Socks Shop


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)

# 📖 Billy's Socks Shop

**Billy's Socks Shop** is an e-commerce platform where visitors can browse, filter, and purchase a variety of socks,
while administrators can manage products, users, orders, and categories through a dedicated dashboard.

This is a project consisting of two repositories: this is the back-end repository. Here is
the [front-end repository](https://github.com/billymohajeri/java_frontend.git).

## 🛠 Built With

### Tech Stack

Client:

Server:

Database:

### Key Features

- **Product Management and Shopping Cart Functionality**
- **Admin Dashboard for Full Control**
- **Secure Authentication and Authorization**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://fs18-java-frontend-two.vercel.app/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need to have:

- Java 17 installed. You can download it
from [here](https://www.oracle.com/java/technologies/javase-jdk17-downloads.html).
- Maven installed. You can install it from [here](https://maven.apache.org/install.html).
- PostgreSQL installed.

### Setup

Clone this repository to your desired folder:

```sh
cd your-folder
git clone https://github.com/billymohajeri/java_frontend.git
```

### Install

Install the project dependencies with the following commands:

```sh
cd java_backend
mvn clean install
```

### Usage

To run the project in development mode, execute the following command:

```sh
mvn spring-boot:run
```

(back to top)

## 👥 Authors

### Front-end part by:

👤 **Billy Mohajeri**

- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)

### Back-end part by:

👤 **Billy Mohajeri**

- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)

👤 **Syed Faizan Ahmed**

- GitHub: [@BillyMohajeri](https://github.com/Faizan-ah)

👤 **Hai Nguyen**

- GitHub: [@BillyMohajeri](https://github.com/HarryNg)

(back to top)

## 🔭 Future Features

- [ ] **User Reviews and Ratings**
- [ ] **Wishlist Functionality**
- [ ] **Order Tracking**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, feel free to give it a ⭐️ on GitHub! Contributions, suggestions, and feedback are always
welcome to make this project even better. Thank you!

(back to top)