CodecoolGlobal / el-proyecte-grande-sprint-1-java-szplkflrn

1 stars 0 forks source link

Project Logo

GitHub repo size GitHub language count Static Badge GitHub contributors GitHub commit activity (branch) GitHub commit activity (branch) GitHub last commit (branch) GitHub closed issues GitHub issues GitHub pull requests

Information about the project migration

**This project has been cloned with permission and its development continues on https://github.com/IPHUN1989/bytebattlers from 22-05-2024.

ByteBattlers

A full stack CRUD web application with the following technologies:

Background

A BoardgameGeek inspired web application where users can:

Prerequisites

Usage

Database

With a dummy 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

Local build

Frontend

# Run it in the main folder.
# Important to include the dot at the beggining of the command
. frontend.sh

Backend

# Run it in the main folder in a new terminal
# Important to include the dot at the beggining of the command
. backend.sh

Running with Docker

# Navigate to the local folder
docker-compose up

See also

Checkout our WIKI page