/Testimonial

A simple app built to collect testimonials for me :)

Primary LanguageTypeScript

Testimonials

This is a simple application built to collect testimonials from people.

image

Customise it for yourself

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Set your database url in your .env file like this

DATABASE_URL="your-postgres-db-url-goes-here"

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.