Registry is a document management system that helps you organize and track your important documents. Whether it's letters, contracts, or receipts - keep everything in one place.
- File Uploads - Upload any type of file (PDF, images, documents)
- Quick Search - Find any document instantly by title, reference number, or description
- CSV Export - Download all your registry data as a CSV file for reports
- User Authentication - Secure login system to keep your documents private
- Backend: Laravel 12 (PHP)
- Database: SQLite (easy to set up, no configuration needed)
- Frontend: Tailwind CSS
- Icons: Solar Icons
# Clone the repo
git clone https://github.com/your-username/registry.git
cd registry
# Install PHP dependencies
composer install
# Install JS dependencies
npm install
# Set up the database
php artisan migrate
# Start the development server
php artisan serveNow open http://localhost:8000 in your browser.
- Register a new account or log in
- Click "New Registry" to add a document
- Fill in the reference number, title, and description
- Upload your file
- Use the search bar to find documents anytime
- Export your data to CSV for reports
MIT