To run the web app in your local device, run the following commands in your terminal (macOS) or command prompt (Windows) :-
-Clone the GitHub repository into your local device by running the following command:
cd folder-you-want-to-download-code-in
git clone https://github.com/deepak7336/eazycall.git
cd eazycall-Now that you're in the project folder, open terminal to download the needed node modules:
npm install-Now run the server by running the following command:
npm startThe server should be running at localhost:3000
If localhost:3000 shows busy on your device, run the following commands:
sudo lsof -i :3000
kill -9 <PID>Now localhost:3000 is free to run this application.
-To access the web app, in your project code folder, navigate to public/landing-page and from there open landing.html on any browser of your preference (Chrome recommended for best experience).
- Node.js
- HTML
- CSS
- Bootstrap
- JavaScript
- WebRTC
- Socket.io
- Add a sign up/authentication page
- Improve upon the Adapt functionality in the web app
- Add an additional feature of breakout rooms
- Increase Scalability