Getting Database URL
NeonDB
Log in to NeonDB
Go to NeonDB's website and log in or create an account. Once you log in, you'll will be redirected to create a project if you dont have one.
After going to the dashboard, copy the connection string as shown in the image below.
Then paste it in your .env file.
Change Database URL
After pasting the database url, open your terminal and run the following commands one by one to sync your database models with neondb.
Sync database
That's it! You've successfully set up the database API, well done!