Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjehan/eni-booklib


https://github.com/pjehan/eni-booklib

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Booklib ENI

## Pour installer le projet

Créer le fichier .env.local

```shell
composer install
php bin\console doctrine:database:drop --force
php bin\console doctrine:database:create
php bin\console doctrine:migrations:migrate
php bin\console doctrine:fixtures:load
```