Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 517 Bytes

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 [email protected]: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