Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 2 KB

README.md

File metadata and controls

89 lines (65 loc) · 2 KB

Contio Project

contio is an online community for sharing, gaining knowledge and making friends.

Contributors

Pages Build

  • Landing page
  • Chat Page
  • Mentors Page
  • Mentor Detail Page
  • Login/Signup Page

Functionalities Added

  • Dynamic Login
  • Chat Vedio Functionalities
  • Create Review Giving Functionalities
  • Preview Mentor Functionalities
  • Feedback Functionalities

Screenshots

  • Landing Page : alt text

  • Mentors Page : alt text

  • Mentor Detail Page : alt text

  • Chat Page : alt text

  • Vedio Page : alt text

Tech Stack :

External Libraries

We Used many External Library and npm packages in our Project.

  • axios
  • @material-ui/core
  • React
  • styled-components
  • Socket.io
  • Pusher
  • Express
  • MongoDB

Installation

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