Skip to content

kx412764776/Full-Stack-Web-App-for-Managing-Meeting-Minutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Minutes Management System

The way to start this web application


You need to install docker before running the project

  1. Build database in docker

Navigate to the root directory of the project and run:

docker compose up -d
  1. Go to the ./backend directory in project

run:

mvn -U clean compile

then start Springboot application in IDE or run:

mvn spring-boot:run
  1. Go to ./frontend/apprenticeship-react directory in project

run:

npm install

then:

npm run dev
  1. Open browser enter the URL: localhost:5173/apprenticeship

About

graduate full-stack project 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published