/xpense

Simple Personal Expense Tracker - Built with Laravel, TailwindCSS and AlpineJS

Primary LanguagePHP

Xpense - Simple Personal Expense Tracker - Because we all need it!

Introduction

Xpense is a Simple Personal Expense Tracker built with Laravel, TailwindCSS and AlpineJS.

Installation

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

Usage

  • Register a new user
  • Start tracking your expenses