Installing PostgreSQL database
If you don't have a PostgreSQL database available here a few setups to set it up on a Mac. For other systems see the PostgreSQL download page for instructions.
2
Make sure to configure the DATABASE_URL variable in the .env file accordingly. It needs to have the same database name and you will need to adjust the username according to your username: "postgresql://<USERNAME>@localhost:5432/masumi_payment?schema=public"
Last updated
Was this helpful?