An open API service indexing awesome lists of open source software.

https://github.com/princeinscripts/xpensify


https://github.com/princeinscripts/xpensify

Last synced: 3 months ago
JSON representation

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