👉 Web Application which let work together and play game,draw and explain things easily to other and have chat with it. 👈
📌 Key Features 📌 How-To-Use 📌 Code Style 📌 Installation 📌 Tech/framework used 📌 Contributors
//About Application that what problem does it solve
-
Proper folder structure has been maintained
It is very easy to use our project if anyone wants. Just follow the steps :
-
Firstly if you are working locally then you need to install the following :
- Node.js
- MongoDB
- VS Code ( recommended , Any other suitable code editor will work )
-
Next you need to clone our project's GitHub repository to your desktop
-
Open command line navigate to the project folder. Then type the following commands to install required dependencies :
npm install body-parser http express moment socket.io --save
-
Your package.json should look like this with the following dependencies
"dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "http": "0.0.1-security", "moment": "^2.26.0", "socket.io": "^2.3.0" }
-
After successful installation run the following command to start the application :
node server.js
If you see Server Has Started!! then you have successfully setup everything and good to go with our application.
The following tools were used in building this site
-
Front-end development
- HTML
- CSS
- BootStrap
- HTML
-
Back-end development
- Javascript
- Node.js
- Express.js
- Socket.io
- Javascript