Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 243 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 243 Bytes

This is the backend for bachelors-project.

In order to connect to a database, you will need to configure a credentials.env file, like this:

//credentials.env
DB_USER= ***
DB_HOST= ***
DB_DATABASE= ***
DB_PASSWORD= ***
DB_PORT= ***