Setup your development

Clone the repository and install the dependencies.
git clone https://github.com/devkiran/NextAPI.git
npm install
Setup the environment variables.
cp .env.example .env
Migrate the database.
npx prisma db push
Start the development server.
npm run dev