https://github.com/l-applin/sausages
As a joke, a social media to review your hostage (sausge) experience. Meant to go with GTA game.
https://github.com/l-applin/sausages
Last synced: 2 months ago
JSON representation
As a joke, a social media to review your hostage (sausge) experience. Meant to go with GTA game.
- Host: GitHub
- URL: https://github.com/l-applin/sausages
- Owner: L-Applin
- Created: 2021-08-27T04:39:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T21:33:00.000Z (over 3 years ago)
- Last Synced: 2025-01-27T13:50:10.886Z (4 months ago)
- Language: Java
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sausages.help
### Review your hostage experience
> The online GTA videgame allows players to take other player hostage for different criminal activities.
> This application is not to be taken seriously, it is done purely for fun and as a display of my software developpement skill and knowledge.
>## Technology
- Java 16
- Maven
- MySQL
- SprinBoot
- Spring data
- Spring security 5
- Vaadin Flow 22## Local developpement & dependencies
### MySql Database
Local developpement is done using the `local` spring profile.A MySql database must be available to run the application. By default, it runs on local host, as defined by the Spring property:
```
spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/sausage
```
Thus, the environement variable `MYSQL_HOST` can be overriden to use a connection to any MySql instance.
You will need to update credentials accordingly (properties `spring.datasource.username` & `spring.datasource.password`)### Vaadin
To run, Vaadin requires a recent enough version of [nodejs](https://nodejs.org/en/)
and [pnpm](https://pnpm.io/) to be installed on the host machine.