{"id":19341858,"url":"https://github.com/rubikuo/mytrello","last_synced_at":"2026-04-07T08:01:58.587Z","repository":{"id":122143808,"uuid":"274393094","full_name":"rubikuo/MyTrello","owner":"rubikuo","description":"MyTrello is a todo app mimic the Trello website. Full stack project developed by react, nodejs, passportjs and mongoose.","archived":false,"fork":false,"pushed_at":"2023-04-27T13:59:34.000Z","size":10034,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T08:45:48.909Z","etag":null,"topics":["mern","mongoose","nodejs","passportjs","reactjs","rest-api"],"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/rubikuo.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":"2020-06-23T11:55:47.000Z","updated_at":"2023-04-26T08:28:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7924d47-743e-4324-bb5a-adc3362073fe","html_url":"https://github.com/rubikuo/MyTrello","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubikuo/MyTrello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubikuo%2FMyTrello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubikuo%2FMyTrello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubikuo%2FMyTrello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubikuo%2FMyTrello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubikuo","download_url":"https://codeload.github.com/rubikuo/MyTrello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubikuo%2FMyTrello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["mern","mongoose","nodejs","passportjs","reactjs","rest-api"],"created_at":"2024-11-10T03:32:47.850Z","updated_at":"2026-04-07T08:01:58.569Z","avatar_url":"https://github.com/rubikuo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name: MyTrello\n\n## Project description\n\nMyTrello is a MERN full-stack project developed using **React, Javascript, Sass, Nodejs, Passportjs, MongoDB**.\nIt is a todo app that is a mimic version of the Trello application. It provides users with the functionalities for creating, editing, and deleting a broard, a list, a card in an user account.\n\n## Get Started\n\n# Installing\n\n1. Clone this repository to your local machine\n2. Open a terminal window and navigate to the project directory\n3. Run `npm install`to install the dependencies\n4. Create a `.env` file in the root directory and set the environment variables as following, remember to replace \u003cuserName\u003e, \u003cpassword\u003e, with your username, password and type random texts in \u003canywords\u003e :\n\n   `MONGODB_URI=mongodb+srv://\u003cuserName\u003e:\u003cpassword\u003e@mytrellodb.w6zga.mongodb.net/test`\n   `DB_STRING_DEV=mongodb+srv://\u003cuserName\u003e:\u003cpassword\u003e@mytrellodb.w6zga.mongodb.net/test`\n   `SESSION_SECRET=\u003canywords\u003e`\n\n# Running the application\n\nTo run the application, follow the steps below:\n\n1. Open a terminal window and navigate to the project directory\n2. Run `npm run dev` to start the development\n3. Ope a web browser and go to `http://localhost:3000` to view the application\n\n# Building for Production\n\nTo build the application for production, follow the steps below:\n\n1. Open a terminal window and navigate to the prhect directory\n2. Run `npm run build` to build the production version of the application\n3. Run `npm start` to start the production server\n4. Open a web browser and go to `http://localhost:3000` to view the application\n\n   \u003cimg width=\"802\" alt=\"Screen Shot 2020-06-24 at 3 01 16 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564619-b6368a80-b62e-11ea-88c2-18b421477540.png\"\u003e\n   \u003cimg width=\"803\" alt=\"Screen Shot 2020-06-24 at 3 02 22 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564640-b9ca1180-b62e-11ea-9f4c-28871f7aaf6d.png\"\u003e\n   \u003cimg width=\"803\" alt=\"Screen Shot 2020-06-24 at 3 01 53 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564654-bcc50200-b62e-11ea-8122-696095f03123.png\"\u003e\n   \u003cimg width=\"800\" alt=\"Screen Shot 2020-06-24 at 3 03 23 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564689-c3537980-b62e-11ea-97b9-456d0a3a00c7.png\"\u003e\n   \u003cimg width=\"804\" alt=\"Screen Shot 2020-06-24 at 3 03 35 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564711-c77f9700-b62e-11ea-8e42-799db0d1b7f5.png\"\u003e\n   \u003cimg width=\"1008\" alt=\"Screen Shot 2020-06-24 at 3 05 49 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564725-ca7a8780-b62e-11ea-8bd3-1524de23668d.png\"\u003e\n   \u003cimg width=\"1001\" alt=\"Screen Shot 2020-06-24 at 3 06 02 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564735-ccdce180-b62e-11ea-8ae0-e2ec709ef321.png\"\u003e\n   \u003cimg width=\"1006\" alt=\"Screen Shot 2020-06-24 at 3 06 14 PM\" src=\"https://user-images.githubusercontent.com/46818235/85564771-d36b5900-b62e-11ea-9072-f0808cb78b1a.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubikuo%2Fmytrello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubikuo%2Fmytrello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubikuo%2Fmytrello/lists"}