Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billymohajeri/java-ecommerce-backend_2
https://github.com/billymohajeri/java-ecommerce-backend_2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/billymohajeri/java-ecommerce-backend_2
- Owner: billymohajeri
- Created: 2024-08-07T22:40:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T20:45:34.000Z (5 months ago)
- Last Synced: 2024-10-28T11:48:54.127Z (3 months ago)
- Language: Java
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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** 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).Client:
Server:
Database:
- **Product Management and Shopping Cart Functionality**
- **Admin Dashboard for Full Control**
- **Secure Authentication and Authorization**
- [Live Demo Link](https://fs18-java-frontend-two.vercel.app/)
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
```
### 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)
- [ ] **User Reviews and Ratings**
- [ ] **Wishlist Functionality**
- [ ] **Order Tracking**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
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!