The original project has been cloned with permission to here and its development continues here from 22-05-2024. You can find the original repo here: https://github.com/CodecoolGlobal/el-proyecte-grande-sprint-1-java-szplkflrn
A full stack CRUD web application with the following technologies:
A BoardgameGeek inspired web application where users can:
- Search for board games
- Register themselves securely
- Add a board game to their virtual collection
- Rate/review any chosen board game
- Rename the teamplate_env file in the ${local_folder_of_cloned_project} to .env and fill out the requested variables
# Navigate to the local folder
docker-compose up
- Visit the dockerized website on localhost:3456
With a filled up database: Create an empty database and run the query in the db/import.sql to initialize a dummy database with already existing data
With an empty database: Create an empty database and run the query in the backend/src/main/resources/db/migration/init-schema.sql to initialize a database with only the schema
- Run the following command
# Run it in the main folder.
# Important to include the dot at the beggining of the command
. frontend.sh
- Run the following command
# Run it in the main folder in a new terminal
# Important to include the dot at the beggining of the command
. backend.sh
- After succesful build you can visit the website on localhost:4173