Xpense is a Simple Personal Expense Tracker built with Laravel, TailwindCSS and AlpineJS.
1. git clone git@github.com:mithicher/xpense.git
2. cd xpense
3. composer install
4. npm install && npm run dev
5. cp .env.example .env
6. Create a MySQL database and put the credentials in .env file
7. php artisan migrate
8. php artisan db:seed
- Register a new user
- Start tracking your expenses