GoRSVP is a web application designed to manage and track event RSVPs efficiently. Built with React for the frontend and a robust database backend, it offers a seamless experience for event organizers and attendees.
- User-friendly RSVP forms
- Event creation and management
- Real-time updates
- Database integration for data storage
- Responsive design for all devices
This is a Next.js project bootstrapped with create-next-app.
- Frontend: Reactjs, Tailwind CSS
- Backend: Nodejs
- Database: MongoDB
First, run the development server:
npm run dev
Open http://localhost:3000
-with your browser to see the result.
Ensure you have the following installed:
- Clone the repository:
- git clone(https://github.com/Anshul-004/GoRSVP)
- cd GoRSVP
-
Install dependencies:
- npm install
-
Configure your database:
Update the .env.local file with following values :
-
GITHUB_ID=yourkey
-
GITHUB_SECRET=yourkey
-
GOOGLE_CLIENT_ID=yourkey
-
GOOGLE_CLIENT_SECRET=yourkey
-
NEXTAUTH_URL=http://localhost:3000
-
NEXTAUTH_SECRET=somekey