This is a web application that allows users to keep track of their expenses and income. It is a simple and easy to use application that allows users to add, edit, and delete their transactions. The application also provides a summary of the user's transactions and a chart to visualize the user's expenses and income.
- Laravel 10
- PHP 8
- MySQL
- Bootstrap 5
- SASS
- Add, edit, and delete transactions
- Summary of transactions
- Responsive design
- User authentication
- User registration
- Etc.
- Clone the repository
git clone git@github.com:andikatuluspangestu/paynote-web.git
- Install the dependencies
composer install
- Create a new database and import the database schema from the
database
directory - Create a new
.env
file and update the database configuration - Generate a new application key
php artisan key:generate
- Run the application
php artisan serve
- Open the application in your browser
http://localhost:8000
This project is open-sourced software licensed under the MIT license.