Vercel is a cloud platform for serverless deployment. It's easy to use.
To deploy ScholarSuite on Vercel, you need to have a Vercel account. If you don't have one, you can sign up for free at vercel.com.
First, you need to create a Vercel Postgres database. You can do this by following the instructions in the Vercel documentation.
Second, update the environment variables. You can do this by following theses docs Vercel environment variables.
DATABASE_URL
- The connection string to the Vercel Postgres database.DATABASE_URL_NON_POOLING
- The connection string to the Vercel Postgres database without pooling.- and other environment variables descriped in the
.env.example
file.
Finally, deploy the application to Vercel. You can do this by following the instructions in the Vercel documentation.