The front-end of the web application of Event management.
The application has the following pages:
- The Dashboard Shows all events and user can filter the events by type.
- Log in Page
- Registration Page
- MyEvents Shows all events which user is created.
- Subscribed Events Shows the events which user is subscribed. See the status of the events.
- Create event Log in user can create an event.
- If a user subscribed to the event then send the notification to the admin. The admin can accept or reject the event.
First, open src\service\api.js file in the project directory. Change the baseURL value
- baseURL:'BACK-END API'
For example baseURL:'http://localhost:8000/'
Open src\pages\dashboard\index.js file in the project directory. Change the socketIO value
- socketIO('BACK-END API'
For example socketIO('http://localhost:8000/'
Open package.json file in the project directory.
- Running app on heroku then skip the following set and jump to Available Scripts
"start":"react-scripts start"
In the project directory, you can run:
This command will install all the dependency packages in the node_modules directory.
Runs the app in the production mode.
Open http://localhost:8000 to view it in the browser.