A Fully-Featured Advanced Educational Platform
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
VITdost was initially launched in July 2021. VITdost 2.0 is an upgraded version, bigger and better.
VITdost is an advanced platform to bridge all the technological gaps. Designed specifically for VITians, this platform includes features like :
-
A Collaborative IDE - Due to the COVID-19 pandemic, all of us are at different parts of the world. Peer - Coding is not the same as before. But wait, this IDE is different, here you can chat and video call, form a group, and code collaboratively in real-time. Whatever you code is visible to your entire team simultaneously in real-time. It simple to use - login, create a new workspace and add collaborators or use a saved one, and start coding.
-
Interviews - Online Placements ? Have to give an interview in front of a bot ? Sounds crazy, but thats what a lot of companies are adopting in their hybrid recruitment procedures. This platform provides a mock timed - online interview practice with industry standard questions. Choose a domain (technical / HR), take 1 min to prepare for the question, and give your best in the 3 minutes of your answering time. Once the interview is completed, your video is uploaded to the feed, where other users can give feedback and commennt on it.
-
Library - A library made for VITians, by the VITians. Upload your study materials, books, past - year papers.
-
GPA Calculator - This feature tells you what your semester GPA would be on the combination of grades you put with the number of credits. So set your goal and the start and work for it.
This project was built with the following frameworks and technologies:
- Node.js
- Express Framework
- MongoDB
- Bootstrap
- Javascript
- AWS S3 Storage (for study materials, interview videos)
- MediaStream Recording API
- Socket.IO
- Jitsi Meet API
- Hackerearth API
- Twilio SendGrid API
Follow the steps given below to run the project locally on your system.
- npm
npm install npm@latest -g npm install nodemon@latest -g
Once all the prerequisites are met, the required API Keys must be generated and dependencies must be installed.
-
Get Amazon S3 Client Credentials at https://aws.amazon.com/
-
Create a bucket in the AWS S3 Storage console for library and interview uploads.
-
Create a free MongoDB Atlas cluster at https://www.mongodb.com/atlas
-
Get a free Hackerearth API v4 key at https://www.hackerearth.com/docs/wiki/developers/v4/
-
Generate a mock email ID through which emails can be sent to users of the website.
-
Create a Twilio SendGrid API key from https://www.twilio.com/sendgrid/email-api. This is required, as to add collaborators to a workspace, they are invited using email.
-
Clone the repo
git clone https://github.com/rushabhkela/VITdost.git
-
Install NPM packages
npm install
-
Create the .env file
cp .env.example .env
-
In the .env file, enter your credentials generated in the above steps and add a suitable session-key.
-
Good to go! Start the project locally using the following command, and go to http://localhost:3000
npm start
- Think of a unique idea!
- Implement the project.
- Add a README.md
- Deploy the project
- Expand the scope of the project, implement new ideas.
- Add a user profile
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the Apache 2.0 License. See LICENSE
for more information.
Rushabh Kela - +91 9834473257 - [email protected]
Project Link: https://github.com/rushabhkela/VITdost