{"id":24792604,"url":"https://github.com/praths71018/webgames-mern-stack","last_synced_at":"2026-02-25T20:03:37.121Z","repository":{"id":183231016,"uuid":"614231392","full_name":"praths71018/Webgames-MERN-Stack","owner":"praths71018","description":"A simple webgames project having 3 games i.e tic-tac-toe, rock paper scissors and guess the number with an easy going GUI","archived":false,"fork":false,"pushed_at":"2025-03-20T09:10:46.000Z","size":115694,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T02:46:44.066Z","etag":null,"topics":["axios","express-js","mern-stack","mongodb","mongoose","nodejs","reactjs","rest-api","restf","webapp","webgames"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/praths71018.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-15T06:58:11.000Z","updated_at":"2025-03-20T08:04:53.000Z","dependencies_parsed_at":"2025-06-03T18:51:22.296Z","dependency_job_id":null,"html_url":"https://github.com/praths71018/Webgames-MERN-Stack","commit_stats":null,"previous_names":["praths71018/webgames-mern-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/praths71018/Webgames-MERN-Stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FWebgames-MERN-Stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FWebgames-MERN-Stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FWebgames-MERN-Stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FWebgames-MERN-Stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praths71018","download_url":"https://codeload.github.com/praths71018/Webgames-MERN-Stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praths71018%2FWebgames-MERN-Stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","express-js","mern-stack","mongodb","mongoose","nodejs","reactjs","rest-api","restf","webapp","webgames"],"created_at":"2025-01-29T20:38:09.028Z","updated_at":"2026-02-25T20:03:37.106Z","avatar_url":"https://github.com/praths71018.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webgames\n\nA website in which you can play 3 games which are :\n\n- Tic Tac Toe\n- Rock Paper Scissors\n- Guess The Number\n\nThe selling points in this project:\n\n- The design of the project is completely done manually (in [Homepage.css](https://github.com/praths71018/Webgames-MERN-Stack/blob/main/src/components/Homepage.css))\n- Utilises MERN (MongoDB,Express,React,Node) Stack\n- Attractive and eye catching UI, Both for the games and for webpage (refer to [Output.pdf](https://github.com/praths71018/Webgames-MERN-Stack/blob/main/Output.pdf))\n\n## Running the Application\n\nTo run the backend components (login, signup, comment.js) and the frontend of the Webgames project, follow these instructions:\n\n### a. Running the Backend:\n\n#### 1. Login:\n1. Open your terminal.\n2. Navigate to the `login` directory of your backend project:\n   \n   ```bash\n   cd backend/login\n   ```\n   \n3. Start the login server using npm:\n   \n   ```bash\n   npm run dev\n   ```\n   \n4. After starting, you should see a message indicating that the server is listening on port 8080 and that the connection has succeeded.\n\n#### 2. Signup:\n1. Open your terminal.\n2. Navigate to the `signup` directory of your backend project:\n   \n   ```bash\n   cd backend/signup\n   ```\n   \n3. Start the signup server using npm:\n   \n   ```bash\n   npm run dev\n   ```\n   \n4. After starting, you should see a message indicating that the server is listening on port 8000 and that the connection has succeeded.\n\n#### 3. Comment.js (MongoDB):\n1. Open your terminal.\n2. Navigate to the `src/components` directory of your project:\n   \n   ```bash\n   cd src/components\n   ```\n  \n3. Start the comment.js server using node:\n   \n   ```bash\n   node comment.js\n   ```\n   \n4. After starting, you should see a message indicating that the server is listening on port 4000 and that the connection has succeeded.\n\n### b. Running the Frontend:\n\n1. Open your terminal.\n2. Navigate to the main directory of your project.\n3. Start the frontend server using npm:\n   \n   ```bash\n   npm start\n   ```\n   \n4. After starting, you should see a message indicating that the frontend has been compiled successfully, and you can now view it in the browser.\n   - Local: [http://localhost:3000](http://localhost:3000)\n   - On Your Network: http://192.168.0.101:3000 (if you want to access it from other devices in the same network)\n\nMake sure you have MongoDB running if you're using comment.js to ensure the connection succeeds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraths71018%2Fwebgames-mern-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraths71018%2Fwebgames-mern-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraths71018%2Fwebgames-mern-stack/lists"}