contio is an online community for sharing, gaining knowledge and making friends.
Landing page
Chat Page
Mentors Page
Mentor Detail Page
Login/Signup Page
- Dynamic Login
- Chat Vedio Functionalities
- Create Review Giving Functionalities
- Preview Mentor Functionalities
- Feedback Functionalities
We Used many External Library and npm packages in our Project.
- axios
- @material-ui/core
- React
- styled-components
- Socket.io
- Pusher
- Express
- MongoDB
Use this command on your git bash to clone this project on your Local machine.
git clone https://github.com/singhabhishek6/contio
Use this command after clone for install app dependency and app dependencies version updation.
npm install || npm i || yarn install
Make sure your system have install nodemon globally.
# if nodemon not install run this script.
npm install -g nodemon
# or using yarn:
yarn global add nodemon
after install nodemon run server on your system.
# for react
npm run start
#for backend
npm run server