A web application which can help people record their expense. The web application is based on Express.js server
You can use following info to login
account: user1@example.com
password: 12345678
account: user2@example.com
password: 12345678
Demo Website: Please click here
- Users can login in with your account
- Users can register a new account for yourself
- Users can view all expense records.
- Users can view some expense records via selecting a category.
- Users can create expense records which you want to record.
- Users can delete expense records.
- Please confirm whether to install Node.js first
- GitBash or CMder (for Windows)
- Open the terminal and copy to the local computer
https://github.com/Phiphi0912/Expense-tracker.git
3.Enter project folder
cd url-shorter
4.Install the required kit
npm install
5.Start operation
npm run start
6.If you want to conduct developer testing for the project
npm run dev