Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the Application

You can run the application in two ways: using Docker or manually.


Option 1: Run with Docker

  1. From the root of the Auction project, run:
docker-compose up --build -d

This will initialize the database and start the server

  1. Start the Client

From the root of the client folder, run:

./gradlew run

Option 2: Run Manually (without Docker)

  1. Initialize the Database

Make sure MySQL is installed and running locally, then execute:

mysql -u root -p < sql/init.sql
  1. Start the Server

From the root of the server folder, run:

./gradlew bootRun
  1. Start the Client

From the root of the client folder, run:

./gradlew run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages