Open AlonGvili opened 2 years ago
I was able to get the project working locally by running ncu and updating all the packages. Then I renamed .env.example
to .env
and added a value all the environment variables (including a url to my local postgres server/database). After that npx prisma db push
will create the database structure and prisma client
.
I then ported the app over the mailgun.js
from mailgun-js
, only to realise that the URL is pasted into the console when running on dev. Looks like a pretty cool task manager of sorts.