Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altair-bueno/ubay-spring
A web auction platform using Spring Boot
https://github.com/altair-bueno/ubay-spring
Last synced: 8 days ago
JSON representation
A web auction platform using Spring Boot
- Host: GitHub
- URL: https://github.com/altair-bueno/ubay-spring
- Owner: Altair-Bueno
- Created: 2022-05-16T08:02:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T16:08:48.000Z (over 2 years ago)
- Last Synced: 2024-10-06T07:22:33.997Z (3 months ago)
- Language: Java
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubay
A web auction platform using Spring Boot
## Running the application
```shell
git clone https://github.com/Altair-Bueno/ubay-spring
cd ubay-spring
docker compose up -d
# To stop the service
docker compose down
```## Contributing
Check [DEV.md](DEV.md) for detailed instructions