Skip to content

S1mpleOW/Final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Java spring boot + Reactjs] This is the source code for the final project.

How to run this project

  1. Install docker engine and docker desktop and docker compose following the instruction in the link below
    https://docs.docker.com/get-docker/
  1. Go to the current working directory and open the Terminal or Command Prompt or PowerShell

  2. Enter the command below and waiting until the process finished

    docker compose -f docker-compose.dev.yml up -d
  1. After that, try to access

Fix the errors when you need to reinstall from scratch

Move to the working directory and enter the command

  docker compose -f docker-compose.dev.yml down

Enter the command to show the list of available docker images

  docker images

Delete all the images which relevant on this project

  docker rmi esdc_client

  docker rmi esdc_server

  docker rmi esdc-mysql

Type the command below to rebuild the project

  docker compose -f docker-compose.dev.yml up -d

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors