Eventhut is a platform that connects you to events. Users can discover and book slot for their favorite events using this web application.
Check out the live demo: https://eventhut.vercel.app/
This app is build using Nextjs, Strapi, Magic link and Stripe
- Clone this repository in your local system.
- Rename
.env.example
to.env_local
and add your credentials. - Open the command prompt from your project directory and run the command
npm install && npm run dev
. - Go to your browser and type
http://localhost:3000/
in the address bar. - Hurray! That's it.