Before proceeding with the project implementation make sure you have the required .env
inside your directory.
-
npm install # Make sure there is no package resolve
-
npx prisma generate # 🔄 This should be initiated after every schema changes for local typing update
-
npm run dev
-
npx primsa db push # 🚨 Should only be executed when you are to push the changes to the remote server.