An open API service indexing awesome lists of open source software.

https://github.com/anshul-004/gorsvp

An event management platform for organizing, joining and connecting with possible attendees !
https://github.com/anshul-004/gorsvp

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 📅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](https://nodejs.org/)
- [npm](https://www.npmjs.com/)
- .env.local file is created with required session secrets

### 💻Installation

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

- cd GoRSVP
```

2. Install dependencies:

- npm install

3. 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
-
-
-