"Academic Administration System" + "C-RPC"
🍤FE
🍕BE
🥣FE
- Enter the
"./front-end/system-front" - Type
'yarn'to install dependencies - Type
'yarn start'to start front-end program
🍖BE
- Enter the
"./docker" - Type
'docker-compose up -d'to install dependencies - Execute scripts
'./mongoInit.sh'to initialize MongoDB data - Import the SQL file(
eas_by_crpc.sql) under"./back-end/AAS-By-CRPC-back-end/AAS-web/src/main/resources/database"path to MySQL - Modify the application-dev.yml configuration file for modules
'AAS-data-query-service'&'AAS-web' - Go to the
http://localhost:3000/. Login to administrator account('123456', '123456')