e-library platform designed specifically for Computer Science students enrolled in BINUS University
Built with the tools and technologies:
Binary is a Laravel-based PHP Blade application designed for efficient and accurate binary data processing, catering to developers working with binary operations and data manipulation.
This project simplifies the handling of binary data, converting, manipulating, and analyzing binary streams with ease. Key features include:
- ⚙️ Binary Data Conversion: Supports various formats and conversions for seamless processing.
- 🔄 Efficient Data Manipulation: Perform binary manipulations and operations effortlessly.
- 📊 Real-Time Data Analysis: Analyze and visualize binary data in real-time for quicker insights.
- 🛠️ Extensive Compatibility: Works with numerous binary data formats and supports advanced customization.
- 🗂️ Comprehensive Testing: Ensure that binary operations are accurate with robust testing.
This project requires the following dependencies:
- PHP: Version 7.3 or higher
- Composer: PHP dependency manager
- Laravel: Framework for building the web app
- Node.js: For front-end build tools and assets
To install and set up the Binary project, follow these steps:
Follow the steps below to get started:
-
Clone the repository:
git clone https://github.com/belle000/binary
-
Navigate to the project directory:
cd binary -
Install PHP dependencies using Composer:
composer install
-
Set up environment variables: Copy the .env.example file to .env:
cp .env.example .env
Then, generate the Laravel application key:
php artisan key:generate
-
Install Node.js dependencies (for front-end assets):
npm install
-
Migrate the database:
php artisan migrate
-
Run The Application:
php artisan serve