Add a .env file in this directory to be able to run the database and server.
The .env file should contain the following:
- DB_NAME - the name of the database
- DB_USER - the username
- DB_PASS - the password
- DB_HOST - the host, e.g. localhost or 192.168.1.4