School internship project
School library management system, main features:
You need to have Node.js and NPM installed.
composer install
and npm install
.env
file, replace DB_CREDENTIALS
with mysql://USERNAME:PASSWORD@127.0.0.1:3306/DB_NAME
, replace MAIL_HERE
as stated in the comment above depending on the service you want to use.php bin/console doctrine
update --force
php bin/console doctrine
load
, admin credentials are “admin@gmail.com” with the password “admin”, this can be changed in src\DataFixtures\AppFixtures
npm run build && symfony serve