Repository files navigation
An website to manage your bills
Dependencies (for Windows)
backend:
JDK
JDK Download Link
Verification:
Open Powershell or cmd
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
IDE
Version Conctroller
Maven
Maven Download Link
Set Environment Variables:
Open Settings
Click System -> About -> Advanced system settings
Go to Path variable, select Edit button
Populate the directory of your installed maven path
Verification
Open Powershell or cmd
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
frontend:
Browser
IDE
Microsoft Visual Studio Code
node
Vue and Vue-CLI
Download: npm install -g @vue/cli
Verification: vue --version
Install all dependencies of the frontend of the project
Change directory to caesar-s-billsPathOnYourComputer/frontend/bills on your powershell
type npm install to install all dependencies of the project
database
git clone https://github.com/CaesarLi-WantToBeAFreeMan/Caesar-s-Bills.git on your git bash
cd caesar-s-billsPathOnYourComputer/frontend/bills; npm run serve on your powershell to open frontend UI
create a connection on your mysql workbench, and export my sql file to create bills table and insert data
open backend directory on you JetBrains IntelliJ IDEA, and go to src\main\java\com\triblec\caesar\Application.java then run it to open backend
create
create a bill screenshot
read
read bills as a list screenshot
update
update a bill screenshot
delete
delete a bill screenshot
About
An web to manege your bills
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.