The E-Book Free Download Project
The E-Book Download Project is a web application designed to allow users to download e-books in various categories. The project has two sides: an admin side and a user side. The admin side allows administrators to manage e-books and categories, while the user side allows users to browse and download e-books.
The project is built with Laravel, a PHP framework. The following technologies are used in the project:
- PHP
- Laravel
- MySQL
To get started with the project, follow the instructions below:
- PHP 7.4 or higher
- Composer
- MySQL
Install my-project with npm
git clone https://github.com/HtetAungLinn443/E_BookProject.git
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=book_shop
DB_USERNAME=root
DB_PASSWORD=
Login For Admin side
email: [email protected]
password: admin123
This project uses Laravel's built-in security features, such as CSRF protection and password hashing. However, it is important to keep your server and dependencies up to date to ensure the security of your application.