API and Database
comment out the ssl thing in Spintrest-Backend/Data/dataContext.js
Make a .env file in the root directory with the necessary variables. This wont be pushed up onto GitHub, so make sure to have it set up on your side.
An example of what my local one looks like:
- DB_USER_LOCAL: '<username>'
- DB_PASSWORD_LOCAL: '<password>'
- DB_HOST_LOCAL: 'localhost'
- DB_PORT_LOCAL: 5432
- DB_DATABASE_LOCAL: 'SpintrestLocal'