Installing PostgreSQL database
Last updated
Was this helpful?
Last updated
Was this helpful?
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 for instructions.
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"