โœจ 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.

3) Clone to to your local system by using following comand.

   git clone https://github.com/<your_user_name>/mearn-meet-app.git

3) Navigate to the project directory ๐Ÿ“.

   cd meran-meet-app

3) Add reference to original repository (remote).[if you Want to contribute]

   git remote add upstream https://github.com/kunal-umap/mearn-meet-app.git

4) Then install node package.

    npm install

5) Then start the backend and frontend server.

    npm start

6) To start frontend only.

    npm startReact

7) If you are using local server don't forget to add .env file or config.env with given variable๐Ÿ˜.

    PORT=
    MONGO_URI=
    JWT_SECRET=

8) Woooho! ๐ŸŽŠ๐Ÿฅณ All setup (Note: change url in serviece and video page to use your local or hosted backend) 9) if you want you can also keep frontend and backend in seperate file


Preview here๐Ÿ”ฎ

https://user-images.githubusercontent.com/80446986/151377182-883a3d9a-150e-40cf-bbcd-574124fc5d43.mp4

Preview Link : https://kunal-umap.github.io/mearn-meet-app


Technology used ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ป

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

Give a Star ๐ŸŒŸโœจTo Repositories if you like

Share this project:

Updates