made according to college experience to improve personal skills. The application is still in the development stage.
1). Setup Project
composer install
and
npm install
2). Copy .env.example file to .env on the root folder.
cp .env.example .env
3). Open your .env file and change the database name (DB_DATABASE) according to the database you have
4). Generate APP KEY
php artisan key:generate
5). Run Migration and seeder (Make sure your XAMPP/Laragon or something is running)
php artisan migrate
and for run seeder
php artisan db:seed
or you can do this
php artisan migrate:fresh --seed
6). Run the project
php artisan serve
npm run dev
7). For an initial account, first log in with the admin role, please log in with the following account:
email: [email protected]
password: password