GroupThreeFS / FullStack_GroupThree

The Final Sprint Project showcasing our knowledge of interacting node js with mongo db and postgres sql to create a search function similar to google.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Connection to Postgres #6

Closed JonnyNL closed 1 year ago

JonnyNL commented 1 year ago

We need to get the base connections to our postgres database on the go.

Make branch called PG_CONNECTION

To add the connection, the configuration settings are put in config/postgres.js The enviroment variables for postgres will have to be manually added for everyone as this file is ignored.

JonnyNL commented 1 year ago

Pull Request Posted, no DALS