EventTrack is a common web platfrom for Event management. The application can be used by both organisers and users for promoting and finding an event.
- Searching the events based on categories, location and time of the event
- Exploring the information of the event and registering for an event
- Creating and promoting events using single platform
- Monitoring and managing the participants of the event
Make sure you have npm and Node.js installed on your machine. Also setup MongoDB server.
# Get packages
npm install
# Run node app
node app.js
# Accessing the app via browser
http://localhost:3000
- Frontend : HTML5, CSS3, JavaScript, Bootstrap, EJS
- Database : MongoDB
- Backend : Node.js, Express
Contributions are highly appreciated. Please send a Pull Request with suggested changes or open an Issue to get things started!