. env file and private-public keys not enclosed .
composer update
First add to** .env** file correct connection string
DATABASE_URL=mysql://[email protected]:3306/animeDB?serverVersion=5.7
Then create database
php bin/console doctrine:database:create
After that make migration
php bin/console make:migration
Finaly run migration versions to create tables
php bin/console doctrine:migration:migrate
/user
methods: POST
/login_check
methods: POST
/userprofile
methods: POST
/userprofile
methods: PUT
/userprofile
methods: GET