Welcome to Librix, the next-generation Library Management System designed to make managing your library a breeze. Whether you're a librarian, a student, or a book enthusiast, Librix has got you covered.
- User Authentication: Secure login and registration system.
- Book Management: Add, search, and manage books effortlessly.
- Responsive Design: Seamless experience across all devices.
- User-Friendly Interface: Intuitive and easy-to-use interface.
-
Clone the repository:
git clone https://github.com/yourusername/librix.git cd librix -
Set up the database:
- Create a MySQL database named
lms. - Import the provided SQL file to set up the necessary tables.
- Create a MySQL database named
-
Configure the database connection:
- Update the database credentials in _dbconnect.php and bookdb.php.
-
Run the application:
- Start your local server (e.g., XAMPP, WAMP).
- Open your browser and navigate to
http://localhost/librix.
This project is licensed under the MIT License - see the LICENSE.md file for details.
-
Fork the Repository:
- Click the "Fork" button on the top right of the repository page. This creates a copy of the repository under your GitHub account.
-
Clone Your Fork:
- Run the following command in your terminal:
git clone https://github.com/yourusername/librix.git
- This command downloads your fork to your local machine.
- Run the following command in your terminal:
-
Create a Branch:
- Navigate into the cloned repository and create a new branch for your feature or fix:
git checkout -b your-feature-branch
- Navigate into the cloned repository and create a new branch for your feature or fix:
-
Make Your Changes:
- Implement your changes in your local repository. Make sure your code is clean and follows the project's coding style guidelines.
-
Stage Your Changes:
- Use the
git addcommand to stage the changes you want to commit:git add .
- Use the
-
Commit Your Changes:
- Commit your changes with a clear and descriptive message:
git commit -m "Add a feature or fix a bug"
- Commit your changes with a clear and descriptive message:
-
Push to Your Fork:
- Push your changes back to your forked repository:
git push origin your-feature-branch
- Push your changes back to your forked repository:
-
Create a Pull Request:
- Navigate to the original repository where you want to propose your changes.
- Click on "New Pull Request" and follow the instructions to submit your changes for review.
Feel free to connect with me or drop me a message:
- ✉️ Email: gunjnkumar07@gmail.com
- 🔗 LinkedIn: sainigk
Happy Reading!