Modern tool for user management
Al&Bee lets you keep track of user records in an easy way. It provides simple-to-adopt interface to use it with joy!
You should first install required software to run Al&Bee. These include:
- MySql database server and Apache server (recommend XAMPP);
- PHP runtime
- Composer
Rename file .env.example
to .env
. Then change variable values to how you need.
For the most part, you should only change:
DB_HOST
- ip of MySQL server,DB_PORT
- port of MySQL server,DB_DATABASE
- name of MySQL database,DB_USERNAME
- username of MySQL database,DB_PASSWORD
- username's password of MySQL database,APP_KEY
- application encryption key, which can be generated usingphp artisan key:generate
,DB_SEEDER_USER_PASSWORD
- password of Al&Bee admin. If you use XAMPP, you can leaveDB_HOST
andDB_PORT
to their default values.
Clone the project using git clone https://github.com/dbelik/Al-Bee.git
.
Install packages via npm install
and composer install
.
Create database (in phpMyAdmin, if you use it) with name = DB_DATABASE
.
Run php artisan migrate
to run database migations.
Seed the database by running php artisan db:seed
.
Run npm run hot
and php artisan serve
. Artisan will output the URL address where the website is running.
The project started in 09.02.2021 and took, approximately, 25 hours to complete.
Al&Bee uses Apache License 2.0