This is a passion project. I am the world's first professional kickball player. I managed an adult kickball league for WAKA. I created this application so that players and fans. It's ESPN.com for kickball. Users will be able to see match scores and match status in real-time. This project was bootstrapped with Java Spring.
The is the front end of the app is a Create React App and may be used with the Express or Java Spring backend. The Express backend is further along than the Java Spring backend at the moment. This is the repo for the Java Spring backend.
Other than the Java and Spring, you may find the following tools used in this repo:
- bcrypt: encrypt strings, specifically passwords
- Spring Web: to bootstrap a web app
- Spring Mongodb: to persist data, database
- Spring Security: to manage authentication/authorization
- Authentication/Authorization isn't complete yet
- it stores data, CRUD complete
- complete Authentication/Authorization
git clone
the repocd prok-java-api
- the rest depends on your ide and how it manages java projects