- An website to manage your bills
- backend:
- JDK
- JDK Download Link
- Verification:
- Open
Powershellorcmd - type this:
java -version - If the current version of your downloaded java is displayed, it proves you successfully installed the JDK
- If not, please reinstall it
- Open
- IDE
- JetBrains IntelliJ IDEA
- JetBrains IntelliJ IDEA Community Version Download Link
- Verification:
- if
JetBrains IntelliJ IDEAis opened, it proves you successfully installed the IDE - If not, please reinstall it
- if
- JetBrains IntelliJ IDEA
- Version Conctroller
- Maven
- Maven Download Link
- Set Environment Variables:
- Open
Settings - Click
System->About->Advanced system settings - Go to
Pathvariable, selectEditbutton - Populate the directory of your installed maven path
- Open
- Verification
- Open
Powershellorcmd - type this:
mvn -version - If the current version of your downloaded maven is displayed, it proves you successfully installed maven
- If not, please reinstall it
- Open
- Maven
- JDK
- frontend:
- Browser
Google Chrome
- IDE
Microsoft Visual Studio Code
node- Open your
Powershellorcmd - Download
.msifile - Verification
node:node -vnpm:npm -v
- Open your
VueandVue-CLI- Download:
npm install -g @vue/cli - Verification:
vue --version
- Download:
- Install all dependencies of the frontend of the project
- Change directory to
caesar-s-billsPathOnYourComputer/frontend/billson yourpowershell - type
npm installto install all dependencies of the project
- Change directory to
- Browser
- database
- Download MySQL installer
- Set root password to 123456, or other else but you need to change password on
Application.yml
git clone https://github.com/CaesarLi-WantToBeAFreeMan/Caesar-s-Bills.giton your git bashcd caesar-s-billsPathOnYourComputer/frontend/bills; npm run serveon yourpowershellto open frontend UI- create a connection on your mysql workbench, and export my sql file to create
billstable and insert data - open backend directory on you
JetBrains IntelliJ IDEA, and go tosrc\main\java\com\triblec\caesar\Application.javathen run it to open backend



