Skip to content

kunal-umap/mearn-meet-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Mearn Calling App ✨

A simple calling made by use MEARN Stack 😀


Want to try learn and work on it ? Instruction are Here 👇

How to get started?🤔

Installation guyde🎉

  1. Fork Repositories.

  2. Clone to to your local system by using following comand.

git clone https://github.com/<your_user_name>/mearn-meet-app.git
  1. Navigate to the project directory 📁.
cd meran-meet-app
  1. Add reference to original repository (remote).[if you Want to contribute]
git remote add upstream https://github.com/kunal-umap/mearn-meet-app.git
  1. Then install node package.
 npm install
  1. Then start the backend and frontend server.
 npm start
  1. To start frontend only.
 npm startReact
  1. If you are using local server don't forget to add .env file or config.env with given variable😁.
 PORT=
 MONGO_URI=
 JWT_SECRET=
  1. Woooho! 🎊🥳 All setup (Note: change url in serviece and video page to use your local or hosted backend)
  2. if you want you can also keep frontend and backend in seperate file

Preview here🔮

ldkVideo.mp4

Technology used 👨‍💻👩‍💻

  1. React
  2. Redux
  3. Sass
  4. Express
  5. MongoDB

Give a Star 🌟✨To Repositories if you like