Live at : https://grape-thoughts.vercel.app/
GrapeThoughts is a web app that let's you share thoughts anonymyously on the internet
Whole project heavily uses Nextjs
Download the repository and then on the root , Running
npm install
you need to create a .env file on the root which should have the following things (fill those values out)
DATABASE_URL=
NEXTAUTH_SECRET=
this project uses mysql but if u wanna change that , go to prisma/schema.prisma and change provider to your favorite database
Then u can run
npm run dev
This will start the development server at port 3000
- Login/Signup with jwt
- Anonymyously post thoughts
- Like and Bookmark thoughts
- Profile page
- See your thoughts/bookmarks
- Share Thoughts