Skip to content

alamin899/backend-api-task

Repository files navigation

ApexDMIT Backend Task (API & Admin panel)

LIVE APPLICATION

APPLICATION RUNNING PROCESS:

1.USING DOCKER COMPOSE
2.NORMAL LARAVEL RUN

REQUIREMENTS

  • PHP >= 8.2 OR Docker
  • Postman (you will get postman collection by click this link) Or (you will get collection from application root folder)

INSTALLATION PROCESS BY DOCKER COMPOSE

git clone https://github.com/alamin899/backend-api-task.git
cd backend-api-task
cp .env.example .env
docker-compose build
docker-compose up -d

Execute application container

docker-compose run --rm api_backend_php composer update
docker-compose run --rm api_backend_php php artisan key:generate
docker-compose run --rm api_backend_php php artisan migrate:fresh --seed

Click to open the application

Admin panel credentials

Email: [email protected]
Password: password

Click to open the admin panel

Execute php container

docker exec -it api_backend_php bash

Execute mysql container

docker exec -it api_backend_php bash

INSTALLATION PROCESS WITHOUT DOCKER COMPOSE

git clone https://github.com/alamin899/backend-api-task.git
cd backend-api-task
cp .env.example .env
   database credential update
   cache driver redis credential update
composer update
php artisan key:generate
php artisan migrate:fresh --seed
php artisan serve --port=8087

Click to open the application

Admin panel credentials

Email: [email protected]
Password: password

Click to open the admin panel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published