Skip to content

An event management platform for organizing, joining and connecting with possible attendees !

Notifications You must be signed in to change notification settings

Anshul-004/GoRSVP

Repository files navigation

📅GoRSVP

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.

✨Features

  • User-friendly RSVP forms
  • Event creation and management
  • Real-time updates
  • Database integration for data storage
  • Responsive design for all devices

🕹Tech Stack

This is a Next.js project bootstrapped with create-next-app.

  • Frontend: Reactjs, Tailwind CSS
  • Backend: Nodejs
  • Database: MongoDB

🎯Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 
-with your browser to see the result.

💡Prerequisites

Ensure you have the following installed:

  • Node.js
  • npm
  • .env.local file is created with required session secrets

💻Installation

  1. Clone the repository:
 - git clone(https://github.com/Anshul-004/GoRSVP)
   
 - cd GoRSVP
  1. Install dependencies:

    • npm install
  2. 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

About

An event management platform for organizing, joining and connecting with possible attendees !

Resources

Stars

Watchers

Forks