โจ 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๐ฎ
Preview Link : https://kunal-umap.github.io/mearn-meet-app
Technology used ๐จโ๐ป๐ฉโ๐ป
- React
- Redux
- Sass
- Express
- MongoDB
Log in or sign up for Devpost to join the conversation.