A web app made using nextjs for just my college students to access the notes arranged topic wise.
To run the project: dont forget to add neccessary invironment variables
mv .env.sample .env
npm install
npm prisma migrate dev
npm prisma generate
npm run dev
Open http://localhost:3000 with your browser to see the result.