Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
/ eams-api Public archive

The back-end project of the educational administration management system.

Notifications You must be signed in to change notification settings

betterde/eams-api

Repository files navigation

EAMS

Installation

git clone git@github.com:betterde/eams-api.git eams/api

brew install mkcert

cd eams/api

mkcert -cert-file docker/nginx/certs/fullchain.cer -key-file docker/nginx/certs/fullchain.key "*.orb.local"

cp .docker.env.example .docker.env
docker compose --env-file .docker.env up -d

docker compose --env-file .docker.env exec -it fpm bash

composer install --no-dev

php artisan migrate --seed

php artisan admin:install

php artisan passport install

Deployment

Please set heroku stack is heroku-20.

About

The back-end project of the educational administration management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published