{"id":24985605,"url":"https://github.com/insooeric/webarcade","last_synced_at":"2025-03-29T10:43:29.640Z","repository":{"id":220296658,"uuid":"751087343","full_name":"insooeric/WebArcade","owner":"insooeric","description":"Full-Stack Webpage with several games","archived":false,"fork":false,"pushed_at":"2025-01-26T01:51:03.000Z","size":5156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T10:53:15.271Z","etag":null,"topics":["fullstack-project"],"latest_commit_sha":null,"homepage":"https://webarcade.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insooeric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-01-31T22:40:45.000Z","updated_at":"2025-01-26T01:51:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b1fdfd8-e7e5-46b4-a0d5-93e0f3e36ade","html_url":"https://github.com/insooeric/WebArcade","commit_stats":null,"previous_names":["insooeric/webarcade"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insooeric%2FWebArcade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insooeric%2FWebArcade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insooeric%2FWebArcade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insooeric%2FWebArcade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insooeric","download_url":"https://codeload.github.com/insooeric/WebArcade/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174472,"owners_count":20735409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fullstack-project"],"created_at":"2025-02-04T10:53:28.810Z","updated_at":"2025-03-29T10:43:29.610Z","avatar_url":"https://github.com/insooeric.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebArcade\n[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](http://forthebadge.com)\n[\u003cimg src=\"https://img.shields.io/badge/Codepen-000000?style=for-the-badge\u0026logo=codepen\u0026logoColor=white\" /\u003e](https://codepen.io/)\n[![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)](https://vitejs.dev/)\n\n[![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/insooeric/WebArcade)\n[![Website webarcade](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://webarcade.onrender.com)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nFull Stack MERN web application where user can login and compete with others by playing games and achieving high scores.\n\n## Deployment link! =\u003e [WebArcade](https://webarcade.onrender.com/)\n\n# Contents\n- [Installation](#installation)\n  - [Backend](#backend)\n  - [Frontend](#frontend)\n- [Usage](#usage)\n- [Features](#features)\n- [License](#license)\n\n# Installation\nThe following instruction includes both Backend and Frontend installation.\nTo only operate Frontend, feel free to skip the [Backend](##backend)\n## Backend\n1. Create `.env` file under `/backend` folder.\n2. Create MongoDB account (https://www.mongodb.com/atlas/database)\n   - After creation, proceed to connect compass.\n   - Copy the connection string. `mongodb+srv://...`\n3. Make sure to replace the following brackets `[]`\n```\n// .env\nNODE_ENV=development\nPORT=8000\nMONGO_URI=[mongodb+srv://YourDatabaseURL:IncludePasswordhere...]\nJWT_SECRET=[secret code]\n```\n\n## Frontend\n$\\color{#CC5500}{\\textsf{In case of using Backend follow the instruction below}}$\n1. Open `vite.config.js`.\n2. Make sure the `target`:\n```\n\"/api\": {\ntarget: \"http://localhost:8000\",\nchangeOrigin: true,\n},\n```\n...matches with the backend URL. (8000 by default)\n\n# Usage\n## Backend\n1. Open terminal at `\\backend`\n2. Run `$ npm install` to install all dependencies.\n3. Run `$ node server.js`\n\n## Frontend\n1. Open terminal at `\\frontend`\n2. Run `$ npm install` to install all dependencies.\n3. Run `$ npm run dev`\n\n# Features\n- Backend\n  - **ExpressJS:** A fast, unopinionated, minimalist web framework for Node.js.\n  - **MongoDB:** NoSQL database used for storing user information.\n  - **BCryptJS:** A library to help hash passwords securely.\n  - **JSON Web Token (JWT):** Used for authentication and secure data exchange.\n  \n- Frontend\n  - **ReactJS (Vite):** A JavaScript library for building user interfaces.\n  - **Redux:** A predictable state container used for managing application state.\n  - **jQuery:** A fast, small, and feature-rich JavaScript library.\n  - **ThreeJS:** An API used to create and display animated 3D graphics in a web browser.\n\n\n## License\nMIT License: see the [LICENSE file](../master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsooeric%2Fwebarcade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsooeric%2Fwebarcade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsooeric%2Fwebarcade/lists"}