/prok-java-api

app allows users to track and manage kickball games in real-time

Primary LanguageJava

ProKickballer.com

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.

Tech Used

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

Current Status

  • Authentication/Authorization isn't complete yet
  • it stores data, CRUD complete

Next Steps

  • complete Authentication/Authorization

To Get Started

  • git clone the repo
  • cd prok-java-api
  • the rest depends on your ide and how it manages java projects