Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
md-sazzadul-islam committed May 29, 2024
1 parent 8e9824f commit 2ebcf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Passport Management System</h1><p>Welcome to the Passport Management System! This application is designed to streamline and manage processes related to passport and visa management. Built using Laravel, this system aims to provide a robust and efficient solution for handling passport applications, renewals, visa requests, and other related services.</p><h2>Application Features</h2><h3>1. Agent Management</h3><p>The system allows managing agents who handle passport processing.</p><ul> <li>Add, update, and delete agent information.</li> <li>Track the creation and update timestamps of agent records.</li></ul><h3>2. Medical Report Management</h3><p>The system manages medical reports associated with passport holders.</p><ul> <li>Add, update, and delete medical report information.</li> <li>Track the creation and update timestamps of medical reports.</li></ul><h3>3. Medical Status Tracking</h3><p>The system tracks the medical status of passport holders.</p><ul> <li>Add, update, and delete medical status entries.</li> <li>Track the creation and update timestamps of medical statuses.</li></ul><h3>4. Passport Management</h3><p>The system allows comprehensive management of passport details, including holder information, issue and expiry dates, and more.</p><ul> <li>Add, update, and delete passport records.</li> <li>Track selection status, medical reports, and references.</li> <li>Associate passports with agents and companies.</li></ul><h3>5. Payment Tracking</h3><p>The system tracks payments related to passport processing.</p><ul> <li>Record payment amounts, dates, and related notes.</li> <li>Associate payments with specific passports.</li></ul><h2>Installation</h2><p>To get a local copy up and running, follow these simple steps:</p><h3>Prerequisites</h3><ul> <li>PHP >= 7.2.5</li> <li>Composer</li> <li>MySQL</li></ul><h3>Steps</h3><ol> <li> <p><strong>Clone the repository:</strong></p> <pre><code>git clone https://github.com/md-sazzadul-islam/passport-management-system.gitcd passport-management-system</code></pre> </li> <li> <p><strong>Install dependencies:</strong></p> <pre><code>composer install</code></pre> </li> <li> <p><strong>Copy the <code>.env.example</code> file to <code>.env</code> and configure your environment variables:</strong></p> <pre><code>cp .env.main .env</code></pre> <p>Set your database credentials in the <code>.env</code> file:</p> <pre><code>DB_DATABASE=your_database_name
DB_USERNAME=your_database_user
DB_PASSWORD=your_database_password</code></pre> </li> <li> <p><strong>Generate an application key:</strong></p> <pre><code>php artisan key:generate</code></pre> </li> <li> <p><strong>Import SQL:</strong></p> <pre><code>File: passport.sql </code></pre> </li> <li> <p><strong>Start the development server:</strong></p> <pre><code>php artisan serve</code></pre> <p>Your application should now be running at <code>http://localhost:8000</code>.</p> </li></ol><h2>Usage</h2><h3>Accessing the Admin Dashboard</h3><ul> <li>Navigate to <code>http://localhost:8000/</code>.</li> <li>Use the default credentials provided in the database seeder or create an admin account via the application interface.</li></ul><h3>Submitting Passport Applications</h3><ul> <li>Register as a user.</li> <li>Log in and navigate to the passport application section.</li> <li>Fill out the required information and submit your application.</li></ul><h3>Managing Visa Requests</h3><ul> <li>Log in as a user. </li> <code>Email: [email protected]</code>
<code>Password: 123456</code> <li>Navigate to the visa management section.</li> <li>Submit and track visa requests.</li></ul><h2>Contributing</h2><p>Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are <strong>greatly appreciated</strong>.</p><ol> <li>Fork the Project</li> <li>Create your Feature Branch (<code>git checkout -b feature/AmazingFeature</code>)</li> <li>Commit your Changes (<code>git commit -m 'Add some AmazingFeature'</code>)</li> <li>Push to the Branch (<code>git push origin feature/AmazingFeature</code>)</li> <li>Open a Pull Request</li></ol><h2>License</h2><p>Distributed under the MIT License. See <code>LICENSE</code> for more information.</p><h2>Contact</h2><p>Md Sazzadul Islam - <a href="https://sazzadul.com">Md Sazzadul Islam</a></p><p>Project Link: <a href="https://github.com/md-sazzadul-islam/passport-management-system">https://github.com/md-sazzadul-islam/passport-management-system</a></p><hr><p>Thank you for using the Passport Management System! If you have any questions or need further assistance, please feel free to reach out.</p>
DB_PASSWORD=your_database_password</code></pre> </li> <li> <p><strong>Generate an application key:</strong></p> <pre><code>php artisan key:generate</code></pre> </li> <li> <p><strong>Import SQL:</strong></p> <pre><code>File: passport.sql </code></pre> </li> <li> <p><strong>Start the development server:</strong></p> <pre><code>php artisan serve</code></pre> <p>Your application should now be running at <code>http://localhost:8000</code>.</p> </li></ol><h2>Usage</h2><h3>Accessing the Admin Dashboard</h3><ul> <li>Navigate to <code>http://localhost:8000/</code>.</li> <li>Use the default credentials provided in the database seeder or create an admin account via the application interface.</li></ul><h3>Submitting Passport Applications</h3><ul> <li>Log in as a user. </li> <code>Email: [email protected]</code>
<code>Password: 123456</code> <li>Log in and navigate to the passport application section.</li> <li>Fill out the required information and submit your application.</li></ul><h3>Managing Visa Requests</h3><ul> <li>Navigate to the visa management section.</li> <li>Submit and track visa requests.</li></ul><h2>Contributing</h2><p>Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are <strong>greatly appreciated</strong>.</p><ol> <li>Fork the Project</li> <li>Create your Feature Branch (<code>git checkout -b feature/AmazingFeature</code>)</li> <li>Commit your Changes (<code>git commit -m 'Add some AmazingFeature'</code>)</li> <li>Push to the Branch (<code>git push origin feature/AmazingFeature</code>)</li> <li>Open a Pull Request</li></ol><h2>License</h2><p>Distributed under the MIT License. See <code>LICENSE</code> for more information.</p><h2>Contact</h2><p>Md Sazzadul Islam - <a href="https://sazzadul.com">Md Sazzadul Islam</a></p><p>Project Link: <a href="https://github.com/md-sazzadul-islam/passport-management-system">https://github.com/md-sazzadul-islam/passport-management-system</a></p><hr><p>Thank you for using the Passport Management System! If you have any questions or need further assistance, please feel free to reach out.</p>

0 comments on commit 2ebcf29

Please sign in to comment.