-
This is a Demo Event Management website for TinkerHub GCEK
-
Can try this website here
-
This website has functionality for Event creation, Editing Event Details, Checking All Events, Registering For Events, Checking Registered User Details,
-
Express.js and Mongoose for Backend
-
Vue.js and its supporting libraries like Vuex and Vue-Router for Frontend
-
quill.js(vue3-quill) for text editing option when creating an event
-
Vue component for the top-loading bar
-
Clone this Repo
-
Create a
.env
file in the Repo folder -
Inside that file, type
PASS=password
(password
is a placeholder, MongoDB Password) -
Open a terminal on the Repo folder and run
npm run setup
(Node.js installation is required) -
Open a browser and go to http://localhost:3000