https://github.com/jaygajera17/event_management
https://github.com/jaygajera17/event_management
dotnetcorewebapi event-management-system openai-api reactjs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaygajera17/event_management
- Owner: jaygajera17
- Created: 2023-03-03T17:40:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T05:00:58.000Z (about 3 years ago)
- Last Synced: 2025-04-23T02:53:46.203Z (about 1 year ago)
- Topics: dotnetcorewebapi, event-management-system, openai-api, reactjs
- Language: JavaScript
- Homepage:
- Size: 23.9 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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

### ADMIN