{"id":20064672,"url":"https://github.com/overloadedsam/dev-arena","last_synced_at":"2026-04-10T00:06:08.675Z","repository":{"id":181552275,"uuid":"381776652","full_name":"OverloadedSam/Dev-Arena","owner":"OverloadedSam","description":"Web app for developers where they can showcase their skills. Developers can interact with other developers on the platform by posting questions, solutions and Up or Down voting the post. ","archived":false,"fork":false,"pushed_at":"2022-11-18T14:41:40.000Z","size":2314,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T10:42:15.526Z","etag":null,"topics":["bootstrap","express","javascript","mongodb","node","react","redux","redux-thunk"],"latest_commit_sha":null,"homepage":"https://devarena.onrender.com","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/OverloadedSam.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}},"created_at":"2021-06-30T17:04:19.000Z","updated_at":"2022-11-28T08:31:06.000Z","dependencies_parsed_at":"2023-07-16T07:34:25.502Z","dependency_job_id":null,"html_url":"https://github.com/OverloadedSam/Dev-Arena","commit_stats":null,"previous_names":["overloadedsam/dev-arena"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OverloadedSam/Dev-Arena","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FDev-Arena","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FDev-Arena/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FDev-Arena/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FDev-Arena/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OverloadedSam","download_url":"https://codeload.github.com/OverloadedSam/Dev-Arena/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OverloadedSam%2FDev-Arena/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273035301,"owners_count":25034559,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","express","javascript","mongodb","node","react","redux","redux-thunk"],"created_at":"2024-11-13T13:47:21.278Z","updated_at":"2025-12-30T19:51:50.117Z","avatar_url":"https://github.com/OverloadedSam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev-Arena\n\nThis project is a Web app for developers where they can showcase their skills. Developers can interact with other developers on the platform by posting questions, solutions and Up or Down voting the post.\n\n## Requirements\n\n- `node \u003e= 14.0.0`\n- `npm \u003e= 6.14.8`\n\n## Usage\n\n    $ git clone https://github.com/OverloadedSam/Dev-Arena.git\n\n  2. Move to the below locations and run `npm install` from there\n\n    $ cd Dev-Arena/\n    $ cd Dev-Arena/frontend/\n    $ cd Dev-Arena/backend/\n\n  3. Install project dependencies (For both frontend and backend).\n\n    $ npm install\n\n## Configure App\n\nYou have to set the environment variables of your configuration before starting the server.\n\n### 1. Config directory for root\n\nMake a `/config` directory and inside this directory make config files for different environments e.g. `development.json`.\n\nNOTE: This step is important for running scripts from the root of the project and set below properties in `development.json` or `default.json` file.\n\n### 2. Config for backend API\n\nPlace a `config` i.e `development.json` or `default.json` file at `Dev-Arena/backend/` location and set following environment variables in the `json` file.\n\n    {\n      \"mongoURI\": (your_mongo_db_connection_string),\n      \"apiUrl\": \"/api\",\n      \"salt\": \"10\",\n      \"secret\": (secret_for_json_web_token)\n    }\n\n### 3. Environment variables for frontend\n\nPlace a `.env` file at `Dev-Arena/frontend/` location and set following environment variables.\n\n    REACT_APP_API_URL={backend_api_url} // e.g. http://localhost:8000/api/v1\n\n## Running The Project\n\n### Run backend (Node API)\n\n    $ cd backend/ // got to backend directory\n    $ npm start // run backend with hot reloading.\n\n    // or you can run the backend with standard node command\n    $ node server.js\n\n### Run frontend (React app)\n\n    $ cd frontend/ // got to frontend directory\n    $ npm start\n\n### Run frontend and backend from root folder\n\nThere are some scripts to run the project\n\n    $ npm run server // simply run server without watching files.\n\n    $ npm run backend  // run server with watching file changes.\n\n    $ npm run client // run react development server\n\n    $ npm run dev // run both backend server and frontend at the same time.\n\nNOTE: `/config` directory must be present at the root of the project with appropriate `config files`while running scripts like `npm run dev` from the `root` of the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverloadedsam%2Fdev-arena","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foverloadedsam%2Fdev-arena","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverloadedsam%2Fdev-arena/lists"}