As we all know that the world is undergoing unprecedented times and almost all the schools and colleges have become virtual and students are taught using varied technologies like Google Meet and Zoom.
These classes are often recorded so that students can again access them for their revision. But at times managing the links of these recorded classes becomes tiresome for the teachers and students also face difficulties while trying to find a particular lecture.
Our Project aims at creating a web application which will be able to store all the links of the recorded classes subject wise for a particular institute. In this application, the teacher will be able to log into the system and then be able to add or delete the links of his classes, and hence it will be easier for the students to find all the links in a particular place. The teachers will also be able to add the description of the topics which were taught in the class in front of the links.
This will also be convenient for the teachers because they will not have to send the links in the WhatsApp groups which creates a chaos and is hard to maintain. The links can be varied and can be to the video that has been uploaded on YouTube or to a video that has been uploaded to the Google Drive.
Ejs
Express.js
Mongodb
Node.js
Form this repository.
Clone the repository:
git clone https://github.com/<your-user-name>/link-manager.git
cd link-manager
You must have node js installed in your computer or you can install the LTS version of node js.
npm install
for run server use 'nodemon' or 'node app.js'.
Start Working Project
Adding Changes
Make sure you are in root directory
git add .
Make commit
git commit -m "
Adding a branch
git branch -M "Depends upon your issue" for eg: git branch -M "footerUpdated"
Pushing from local to remote repository
git push -u origin
💜 Thanks
https://crosswoc.ieeedtu.in/ Note: crosswoc participants need to add there details in contributors.md file after pullrequest is merged.