{"id":24189345,"url":"https://github.com/harrryhe/grind-daily","last_synced_at":"2026-01-31T21:14:35.880Z","repository":{"id":259668707,"uuid":"868804724","full_name":"HarrryHe/Grind-Daily","owner":"HarrryHe","description":"GrindDaily is a daily challenge platform where users can view and complete tasks via the React frontend, while the Node.js and Express backend.","archived":false,"fork":false,"pushed_at":"2024-12-06T14:46:48.000Z","size":15307,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T19:22:21.973Z","etag":null,"topics":["backend","css","database","expressjs","frontend","html","javascript","material-ui","mongodb","mongodb-atlas","mongoose","nodejs","react","software-engineering","tailwindcss","webapplication","website"],"latest_commit_sha":null,"homepage":"https://grinddaily.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/HarrryHe.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}},"created_at":"2024-10-07T08:06:56.000Z","updated_at":"2025-01-10T03:33:50.000Z","dependencies_parsed_at":"2024-10-27T08:19:21.862Z","dependency_job_id":"02a7625c-1ac3-45f5-aa85-506d89e4065b","html_url":"https://github.com/HarrryHe/Grind-Daily","commit_stats":null,"previous_names":["harrryhe/grind-daily"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HarrryHe/Grind-Daily","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarrryHe%2FGrind-Daily","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarrryHe%2FGrind-Daily/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarrryHe%2FGrind-Daily/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarrryHe%2FGrind-Daily/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarrryHe","download_url":"https://codeload.github.com/HarrryHe/Grind-Daily/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarrryHe%2FGrind-Daily/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28955278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"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":["backend","css","database","expressjs","frontend","html","javascript","material-ui","mongodb","mongodb-atlas","mongoose","nodejs","react","software-engineering","tailwindcss","webapplication","website"],"created_at":"2025-01-13T14:29:06.742Z","updated_at":"2026-01-31T21:14:35.850Z","avatar_url":"https://github.com/HarrryHe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrindDaily\n\n![This is a screenshot.](Screenshot.png)\n\n## Project Overview\nGrindDaily is a daily challenge platform where users can view and complete tasks via the React frontend, while the Spring Boot backend provides RESTful APIs for data interaction.\n\n## Tech Stack\n- **Frontend**: React.js\n- **Backend**: Node.js\n- **Database**: MongoDB\n- **Test Tool (optional)**: Postman\n\n## System Requirements\n- **Operating System**: Windows 10, macOS, or Linux\n- **Node.js**: v14 or higher\n\n## How to Run the Project \n1. Clone the repository:\n- On the command line:\n```\ngit clone https://github.com/cis3296f24/GrindDaily.git\n```\n\n2. Install dependencies:\n- On the command line (need to be at root folder):\n```\nnpm run install-all\n```\n- Then run:\nfor Windows OS:\n```\nnpm install -g nodemon\n```\nfor mac OS:\n```\nsudo npm install -g nodemon\n```\n- Optional (if not installed):\n```\nnpm install concurrently\n```\n\n3. Setup server side:\n- Go to `server` folder and create a file named as `.env`\n- In the `.env` file, include these information:\n```\nMONGODB_URI=mongodb+srv://\u003cYOUR USER NAME\u003e:\u003cYOUR PASSWORD\u003e@grinddaily.xqa8e.mongodb.net/GrindDaily?retryWrites=true\u0026w=majority\u0026appName=GrindDaily\n\nJWT_SECRET='asfakdanbkvkfhaifoajfpowiaaskbvpa'\n```\n- In the field of `\u003cYOUR USER NAME\u003e` and `\u003cYOUR PASSWORD\u003e` replace them with the username and password I gave to you guys through Discord\n\n- For Test Purpose, you can use this account:\n```\ntestUser\nvF2HeV8PYu2P6pAs\n```\n\n4. Run the project:\n- Finally Back to the GrindDaily folder by input following command on the command line (do not run the command if you are already at the root folder):\n```\ncd ..\n```\n- Run the project:\n```\nnpm start\n```\n\n# How to contribute\nFollow this project board to know the latest status of the project: \n[https://github.com/orgs/cis3296f24/projects/100]([https://github.com/orgs/cis3296f24/projects/100]) \n\n### How to build\n- Use this github repository: ... \n- Specify what branch to use for a more stable release or for cutting edge development.  \n- Use InteliJ 11\n- Specify additional library to download if needed \n- What file and target to compile and run. \n- What is expected to happen when the app start.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrryhe%2Fgrind-daily","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrryhe%2Fgrind-daily","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrryhe%2Fgrind-daily/lists"}