Follow these steps to get started with NextAPI.
git clone https://github.com/devkiran/NextAPI.git
npm install
cp .env.example .env
npx prisma db push
npm run dev