Skip to content

jaygajera17/Event_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Management System

  • Implemented functionalities for organizers to manage events and for admin to manage users/participants and events.
  • Developed the backend using .NET Core Web API to provide scalable RESTful services and for used React.js for the frontend to consume endpoints.
  • Integrated an OpenAI chatbot to assist users.
  • Also Implemented JWT authentication for secure login and registration.
  • Tech: .Net , React.js , MSSQL , Swagger UI , OpenAI

Running step

Backend

  • open backend folder in visual studio
  • go to controller folder put your openAI api key.
  • go to package manager console run these commands 1) Add-Migration eventcontext 2) Update-DataBase
  • start the https server

Frontend

  • go to project directory and run "npm start" command.

User

image image

ADMIN

image image image