https://github.com/sarveshlimaye/techx-mumbai
A comprehensive event management solution for technical events happening in Mumbai, seamlessly connecting organizers, attendees and speakers. Experience streamlined user flows, from the event listing to registration, notifications, feedback, and an intuitive CFP process dashboard for organizers and speakers
https://github.com/sarveshlimaye/techx-mumbai
auth0 chakra chakra-ui event-management google-maps-api mongodb nodejs nodemailer reactjs stripe vite
Last synced: 3 months ago
JSON representation
A comprehensive event management solution for technical events happening in Mumbai, seamlessly connecting organizers, attendees and speakers. Experience streamlined user flows, from the event listing to registration, notifications, feedback, and an intuitive CFP process dashboard for organizers and speakers
- Host: GitHub
- URL: https://github.com/sarveshlimaye/techx-mumbai
- Owner: SarveshLimaye
- License: mit
- Created: 2023-06-03T09:36:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T04:23:59.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T02:03:44.589Z (about 2 years ago)
- Topics: auth0, chakra, chakra-ui, event-management, google-maps-api, mongodb, nodejs, nodemailer, reactjs, stripe, vite
- Language: JavaScript
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

## 📝 Overview
A comprehensive event management solution for technical events happening in Mumbai, seamlessly connecting organizers, attendees and speakers. Experience streamlined user flows, from the event listing to registration, notifications, feedback, and an intuitive CFP process dashboard for organizers and speakers.
## ⚙️ Features
- User authentication
- Email notification
- CFP Dashboard
- User Profile
- Admin Portal
- Payment gateway using Stripe
## 📸 Screenshots






## 🛠️ Built Wth
- ReactJs - ReactJs is an open-source library for building web and native user interfaces
- NodeJS - Node.js is an open-source, cross-platform, back-end JavaScript runtime environment
- MongoDB - MongoDB is a source-available cross-platform document-oriented database system
- ExpressJs - Express.js, is a back-end web application framework for building RESTful APIs with Node.js
- NodeMailer - NodeMailer is a nodejs module enabling developers to send automated mails.
- Stripe - Stripe is a suite of APIs powering online payment processing and commerce solutions for internet businesses of all sizes.
- Vite - Vite is a build tool that aims to provide a faster development experience
## 🖥️ Getting Started
- Starting Backend
```
cd backend
yarn
yarn start
```
- Starting Frontend
```
cd backend
yarn
yarn run dev
```
Note - Ensure that the backend is running before starting frontend