You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is based on Full stack web development.
Front End Tools - HTML, CSS, JS, Bootstrap
Back End Tools - Node.js, Express, MongoDB
It is a website designed for my college Chandigarh University (CU).
Since there is no such platform regarding the notifications of upcoming and ongoing events, so we developed a website named CU- EMS where all events and other things will be updated and events will be managed.
How to Run :
Clone the repository into your local system
Start your mongo and mongoDB from the WIndows Powershell
Open VS Code in the folder and in it open a new terminal
Now in VS Code open the mernbackend directory using the following command :
cd mernbackend
After that you have to start the server using Nodemon. Type the following command in your terminal to start the server :
npm run dev
A message will be displayed like this :
[nodemon] 2.0.7
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,hbs
[nodemon] starting `node src/app.js`
Server is running at port no. 3000
Connection successfull
Now you have successfully started the server. Now you can see the website in your browser.