https://github.com/princeinscripts/xpensify
https://github.com/princeinscripts/xpensify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/princeinscripts/xpensify
- Owner: PrinceInScripts
- Created: 2025-10-04T03:10:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T06:18:09.000Z (3 months ago)
- Last Synced: 2025-10-04T06:22:50.758Z (3 months ago)
- Language: Blade
- Size: 128 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Expense Management System
🚀 Built for Odoo x Amalthea Hackathon 2025
## Problem
Manual expense reimbursement is slow, error-prone, and lacks transparency.
## Tech Stack
- Laravel 11 (Backend)
- MySQL/Postgres (Database)
- TailwindCSS + Blade (Frontend)
## Setup
```bash
git clone https://github.com//expense-management-system.git
cd expense-management-system
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve