https://github.com/mushrifshahreyar/Daily-Expense-Manager-WebApp
This project aims to create a web application that manages the daily expenses of its users. Each user will have to register and login to use the app. Once logged in, the user will be able to see their spending logs ordered by the entry time. Clicking on an entry would provide the details associated with that expense. A separate section will allow the user to log their expenses where they may also specify the payment method used.
- Index Page/ Login Page: The main page of this application for users to Login.
- Register Page: Page for creating new account.
- Dashboard Page/ Home Page: Home page for user after logging in.
- Edit Info: Page for editing user information.
- View All Page: Page for displaying all the past transactions done by the user.
DataBase Name: expmgr
File Name: expmgr.sql
- User: For storing all the user account informations
- Expense: For storing the expense related informations
- Card: For storing all the user's card informations