https://github.com/phuuthanh-dev/jewelry-auction-be
Software Engineering Major Project: Jewelry Auction Management System (Spring Boot).
https://github.com/phuuthanh-dev/jewelry-auction-be
ci-cd docker docker-compose hibernate java-17 jwt-auth railway rest-api springboot swp391 vnpay
Last synced: over 1 year ago
JSON representation
Software Engineering Major Project: Jewelry Auction Management System (Spring Boot).
- Host: GitHub
- URL: https://github.com/phuuthanh-dev/jewelry-auction-be
- Owner: phuuthanh-dev
- License: mit
- Created: 2024-05-16T15:52:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T19:18:34.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T23:45:20.520Z (over 1 year ago)
- Topics: ci-cd, docker, docker-compose, hibernate, java-17, jwt-auth, railway, rest-api, springboot, swp391, vnpay
- Language: Java
- Homepage:
- Size: 849 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/phuuthanh2003/AuctionWebApp_BE/actions/workflows/build.yml)
[](https://github.com/phuuthanh2003/AuctionWebApp_BE/actions/workflows/release.yml)
[](https://github.com/phuuthanh2003/AuctionWebApp_BE/actions/workflows/docker-publish.yml)
[](https://github.com/phuuthanh2003/AuctionWebApp_BE/actions/workflows/deploy.yml)
[](https://www.codefactor.io/repository/github/phuuthanh-dev/jewelry-auction-be)
## Requirements
- JDK 17 or later
- SQL Server 2019
- Maven 3+
## How to Run
- Clone the repository:
```bash
git clone https://github.com/phuuthanh2003/AuctionWebApp_BE.git
```
- Open in your preferred IDE.
- Navigate to the project directory:
```bash
cd AuctionWebApp_BE
```
- You can build the project and run the tests by running:
```bash
mvn clean package
```
- Once successfully built, you can run the service:
```bash
mvn spring-boot:run
```
### To view Swagger 3 API docs
Run the server and browse to https://auction-webapp-production.up.railway.app/swagger-ui/index.html
## Contributors

Phùng Hữu Thành

Huy Hoang

Tâm

Automated code reviews

Railway
## License & Copyright
© 2024 Phung Huu Thanh Licensed under the [Apache License 2.0](https://github.com/phuuthanh2003/AuctionWebApp_BE/blob/main/LICENSE).