This is an Event Management Platform where one can schedule and manage events. One can also register as a speaker of the event, and that will be approved by the owner and events will be visible to everyone only after Admin approves them.
- React.js
- Chakra UI
- Auth0
- Node.js
- Express.js
- Nodemailer
- Stripe
- Fork and Clone the Repository.
- In the backend directory, set up the environment variables by copying
.env.example
as.env
, and changing the variables in it. - Install the packages
yarn
- Run the backend :
nodemon index.js
- In the frontend, install the packages :
yarn
- Run the frontend
yarn dev