This is a personal project that i worked on to say my thoughts outloud and share what I am thinking. Come share your thoughts too.
React Next MongoDp NextAuth prisma
Ensure you have node on your system
install dependencies:
npm install
To create the database schema:
npx prisma generate
To make changes to the database schema:
npx prisma db push
start development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.