Code-the-Dream-School / hh-team8-back

0 stars 1 forks source link

Configure the Database Connection #2

Open sam-lee-ku opened 1 week ago

sam-lee-ku commented 1 week ago

Create a .env file in your root project.

The content of the file will look something like this: DB_HOST=localhost DB_PORT=5432 DB_NAME=your_database_name DB_USER=your_user_name DB_PASSWORD=your_password

olgaosadchuk commented 6 days ago

done