Skip to content

mehedi37/Discipline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💰 Personal Finance Tracker

A modern web application built with Laravel and React to help you manage your personal finances with ease.

🌟 Features

  • 📊 Track daily, weekly, monthly and yearly transactions
  • 💸 Categorize income and expenses
  • 📅 Calendar view for transaction history
  • 📱 Responsive design for mobile and desktop
  • 🔒 Secure user authentication
  • 📤 Export transaction data in CSV
  • 🌓 Dark mode

🛠️ Tech Stack

  • Frontend: React, TailwindCSS, Inertia.js
  • Backend: Laravel 11
  • Database: MySQL
  • Authentication: Laravel Breeze
  • Containerization: Docker
  • Deployment: Vercel

🚀 Getting Started

Prerequisites

  • Docker
  • Node.js (v18+)
  • PHP 8.2+
  • Composer

Installation

  1. Clone the repository
git clone https://github.com/mehedi37/Discipline.git
cd Discipline
  1. Install dependencies
composer install
npm install
  1. Set up environment variables
cp .env.example .env
php artisan key:generate
  1. Start Docker containers
docker-compose up -d
  1. Run migrations
docker-compose exec app php artisan migrate
  1. Start development server
npm run dev

🏗️ Docker Configuration

The project uses a multi-container setup with:

  • PHP 8.2 FPM Alpine
  • Nginx
  • MySQL
  • Node.js

Key configuration files:

📦 Deployment

Vercel Deployment

  1. Install Vercel CLI
npm i -g vercel
  1. Deploy
vercel

Make sure to configure your environment variables in Vercel's dashboard.

🧪 Testing

Run the test suite:

php artisan test

🔧 Development

Build assets:

npm run build

Watch for changes:

npm run dev

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👏 Acknowledgments

  • Laravel Framework
  • React
  • Tailwind CSS
  • Inertia.js
  • All contributors who help improve this project

Made with ❤️ by Mehedi

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages