add README

This commit is contained in:
Thomas Rubini 2024-02-21 17:41:56 +01:00
parent 4a9b489882
commit 7e17cb5949
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

7
README.md Normal file
View File

@ -0,0 +1,7 @@
How to setup project:
- Add database credentials in `.env.local`
- Check requirements: `symfony check:requirements`
- Install dependencies: `composer install`
- Create DB: `php bin/console doctrine:database:create`
- Create tables (?): `php bin/console doctrine:migrations:migrate`