Simptakan (Sistem Informasi Perpustakaan) is a modern web-based platform designed to revolutionize library management and user experience. It aims to provide a seamless and enjoyable experience for both library administrators and users, enhancing catalog exploration, book borrowing, and reading activity management.
- Platform: Web-based application using modern web technologies (HTML5, CSS3, JavaScript).
- Compatibility: Support for major web browsers (Chrome, Firefox, Safari, Edge) and mobile platforms (iOS, Android).
- Security: Secure user authentication, data encryption, and privacy protection measures.
- Scalability: Ability to handle concurrent users and scale resources as needed.
- Laravel 11.0
- MySQL Community Server 8.3
- You need PHP to run this, with a minimum installed version of PHP 8.3.4. Make sure you can also access PHP via the command line by adding it to the path environment variable.
- Make sure Composer is also installed and accessible via the command line.
- Ensure that you have also installed MySQL.
- I recommend installing Git for better code management.
Of course, you need to put this code on your computer first. There are two ways to do this: by downloading the project zip file or by using Git (recommended).
-
Download the Project Zip
You can click on this link to download the zip file of this project.
-
Git Clone
Make sure that you have installed git. Open the directory where you want to place the source code in the terminal. Then, run the following command:
git clone [email protected]:404NotFoundIndonesia/simptakan-laravel.git
Make sure this project is open in your command line interface. To confirm your current active directory in the terminal, use the following command:
pwd
To install backend dependencies, use the following command:
composer install
To run the backend server, use the following command:
php artisan serve
Open http://localhost:8000
in your browser to access Simptakan. When you want to access Simptakan in a web browser, make sure you do not close or stop both of those processes.
Now, you're all set to explore Simptakan! 📚✨
Simptakan is open-sourced software licensed under the MIT license.