Orbit Connect is a Social Media web app where user can live chat between friends and post their thoughts. Add new friend and interact with them and share thoughts.
Here're some of the project's best features:
- Live messaging
- Sharing thoughts with friends
- Primary level of privacy
- Track social activity
- Efficient user search
1. Installing the client packages
cd client && npm i
2. installing server packages
cd server && npm i
3. setup database
cd /path/to/orbit\ connect/dbSetup && mysql -u username -p database_name < database.sql
4. starting the app on localhost
cd client && npm run dev
5. starting server
cd server && npm start
We welcome contributions to this project! If you're interested in contributing please feel free to check the existing issues or identify new ones. Your help is greatly appreciated.
Technologies used in the project:
- React Js
- Nodejs
- Express js
- Socket.io
- Socket.io-client
- MySQL Database
- Nodemailer Bcrypt js etc.
This project is licensed under the Mozilla Public License Version 2.0

