- Clone the repo
- Ensure that Maven, Docker, WSL2 (if on Windows), and Java 16 are installed
- Run command
docker run --name aws-eb-mysql -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 -d mysql:8.0.11
- Wait for the sql server to initialize, then open WSL2 and run command
mysql -h 127.0.0.1 -P 3306 -uroot -proot
- Run
CREATE DATABASE aws_eb_db;
- Return to project directory and run
./mvnw spring-boot:run
-
Notifications
You must be signed in to change notification settings - Fork 0
A web app that selects your fantasy hockey team for you.
License
DawsonMacPhee/FantasyHockeySelector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A web app that selects your fantasy hockey team for you.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published