Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisbuserski/sjw-supermarket
https://github.com/denisbuserski/sjw-supermarket
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/denisbuserski/sjw-supermarket
- Owner: DenisBuserski
- Created: 2024-08-17T14:21:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T19:19:15.000Z (3 months ago)
- Last Synced: 2024-08-26T22:32:38.839Z (3 months ago)
- Language: Java
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoftUni Java Web - Supermarket
## Intro
This project is part of the [SoftUni Java Web](https://github.com/DenisBuserski/SoftUni-Java-Web) course. It shows a simple
supermarket app where you have shops situated in towns and sellers can sell products(The products also have categories) in
the shops. In the `Runner` class you can see all the options available to work with the app.## How to start it
1. Clone the project on your machine
2. In order to start the project you need to have MySQL installed
3. Check the configurations on your MySQL in `application.yaml`
4. Start the project