- add stripe
Springboot
Mongodb
Kafka Stream
Redis
React.js
- Process:
- Pk
- LeaderBoard
- Recording function
- PlaybackPage function
To clone and run this application
# Clone this repository
$ git clone https://github.com/Reene444/King_of_bots.git
#Go to the corresponding branch
$ git checkout main_v2
# Go into the each backend modules and combine the commands as third point.
$ cd RunningService
$ cd RecordingService
#Each backend modules run commands as follows:
# Install dependencies
$ mvn clean package
# Run the app
$ java -jar target/RunningService-1.jar
$ java -jar target/RecordingService-1.jar
# Go into the repository
$ cd frontend_web
# Run the app
$ npm start
# if the `npm start` doesn't work then:
$ ./setup_run_frontend.sh