Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denisbuserski/sjw-supermarket


https://github.com/denisbuserski/sjw-supermarket

Last synced: about 5 hours ago
JSON representation

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