Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.35 KB

This is a MERN stack build.

Note: You have to install a software named FFMPEG. Its download link is

Click the below link and your download will start immediately.

https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z
  • Extract that downloaded file

  • Then open the extracted folder

  • You will see a bin folder in it

  • Go to the bin folder and you will see 3 files in it. Copy those 3 files

  • Then go to your C drive and create a folder named FFMPEG (Pls keep the folder name in upper case only.)

  • Then paste those 3 copied files in that folder FFMPEG.

Then follow the instructions from the link provided below

https://www.youtube.com/watch?v=r1AtmY-RMyQ&t=296s

Now FFMPEG is installed.

Make sure that Nodejs is installed in your system.

Steps to run the MERN build

  1. Open the terminal of your text editor (preferably VS Code) or cmd
  2. Then type bash cd app name in yourmachine/server
  3. Now you are in the server directory.
  4. Now type npm start to start the app
  5. You will receive a message server is running on 127.0.0.1:3333 (wait until the message comes.)
  6. Then open another terminal to run the client part of the app
  7. Type cd directory of the app/client
  8. And then type npm start
  9. Then the app will start in your browser.

ToDo

  1. Fix UI 😅

License

MIT