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.
-
User authentication
-
Email notification
-
CFP Dashboard
-
User Profile
-
Admin Portal
-
Payment gateway using Stripe
- 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
- 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