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 !
- Host: GitHub
- URL: https://github.com/anshul-004/gorsvp
- Owner: Anshul-004
- Created: 2024-12-02T14:25:18.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-03-27T18:29:39.000Z (2 months ago)
- Last Synced: 2025-03-27T19:29:38.360Z (2 months ago)
- Language: JavaScript
- Homepage: https://go-rsvp.vercel.app
- Size: 509 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-
-
-