https://github.com/iyashwantsaini/connected
Source Code for Internal College Communication Platform
https://github.com/iyashwantsaini/connected
Last synced: 3 months ago
JSON representation
Source Code for Internal College Communication Platform
- Host: GitHub
- URL: https://github.com/iyashwantsaini/connected
- Owner: iyashwantsaini
- License: mit
- Created: 2021-11-13T07:00:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T10:55:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T22:29:50.481Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
ConnectED
An Internal College platform for students and teachers for easy communication and collaboration.





## 🚀 Features
- Teachers can create public channels and add students in their channels for easy collaboration.
- Students can create private channels and add students/teachers in their channels for easy communication.
- Students/Teachers can post queries/blogs in public channels or classroom channels.
- A separate thread for each message can be created so that students can reply/ask queries regarding the post.
- Emojis are also available which can be sent along with messages or can be added to each message as well (reactions).
- Admins can provide access to students/teachers and define roles of each user.## 🔥 Getting Started
#### Clone the repo
```
git clone https://github.com/iyashwantsaini/ConnectED.git
```#### Add ENV Variables Server (.env)
```
PORT=5000
MONGO_URI=
JWT_SECRET=
NODE_ENV=production
STREAM_API_KEY=
STREAM_API_SECRET=
STREAM_APP_ID=
ADMIN_EMAIL=
ADMIN_PASSWORD=
ADMIN_COOKIE_NAME=
ADMIN_COOKIE_PASS=
```#### Add ENV Variables Client (.env)
```
REACT_APP_STREAM_API_KEY=
REACT_APP_SERVER_URL=
```#### Install NPM packages
```
npm install
```#### Start the react server
```
npm start
```## 🚀Technologies Used
- [React.js](https://reactjs.org/)
- [Node.js](https://nodejs.org/)
- [MongoDB](https://www.mongodb.com/)
- [Stream](https://getstream.io/chat/)## 📌 Contributors