{"id":20895731,"url":"https://github.com/ivanlori/fullstacco","last_synced_at":"2025-10-16T14:49:28.674Z","repository":{"id":121275865,"uuid":"517541252","full_name":"ivanlori/Fullstacco","owner":"ivanlori","description":"the MERN boilerplate for your next project","archived":false,"fork":false,"pushed_at":"2023-02-11T18:28:14.000Z","size":2332,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T23:36:38.157Z","etag":null,"topics":["express","fullstack","made-in-italy","mern-stack","mongodb","nodejs","react","reactjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ivanlori.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,"zenodo":null}},"created_at":"2022-07-25T06:16:19.000Z","updated_at":"2025-05-10T10:07:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"9acaa039-a70e-46a5-9c44-bafc0c7c8876","html_url":"https://github.com/ivanlori/Fullstacco","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ivanlori/Fullstacco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanlori%2FFullstacco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanlori%2FFullstacco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanlori%2FFullstacco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanlori%2FFullstacco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanlori","download_url":"https://codeload.github.com/ivanlori/Fullstacco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanlori%2FFullstacco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275180222,"owners_count":25419066,"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-09-14T02:00:10.474Z","response_time":75,"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":["express","fullstack","made-in-italy","mern-stack","mongodb","nodejs","react","reactjs","typescript"],"created_at":"2024-11-18T10:30:04.532Z","updated_at":"2025-10-16T14:49:23.637Z","avatar_url":"https://github.com/ivanlori.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n \tFullstacco\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003ethe MERN boilerplate for your next project\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/ivanlori/Fullstacco/issues\"\u003e\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/ivanlori/Fullstacco\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/ivanlori/Fullstacco/network\"\u003e\u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/ivanlori/Fullstacco\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/ivanlori/Fullstacco/stargazers\"\u003e\u003cimg alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/ivanlori/Fullstacco\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/ivanlori/Fullstacco/blob/master/LICENSE\"\u003e\u003cimg alt=\"GitHub license\" src=\"https://img.shields.io/github/license/ivanlori/Fullstacco\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\nFullstacco (IPA: /fullstakkɒ/) is a boilerplate written in NodeJs/ExpressJs for the backend part, with ReactJs for the Frontend and MongoDB as Database. It has basic functionalities (reported below) to speed your development up if you start from scratch.\n\n## Features\n\n* Classic Login\n* Classic Signup\n* Reset password\n* List of users\n* Delete, update and creation of user\n* Roles per user (Admin|Account)\n\n## Tech Stack used\n\n* Express.js/Node.js\n* MongoDB\n* React.js\n* Typescript\n* Redux.js\n* React testing library\n* TailwindCSS\n\n## 🐳 Using it with Docker\n```\n# clone repository\ngit clone https://github.com/ivanlori/Fullstacco.git\n\n## backend\ncd fullstacco/backend \u0026\u0026 docker-compose up -d\n\n## frontend\ncd fullstacco/frontend \u0026\u0026 docker-compose up -d\n```\n\n## Requirements\n\n- MongoDb account and a running cluster\n- Node.js v18\n\n## 🚀 Classic installation\n\n```\n# clone repository\ngit clone https://github.com/ivanlori/Fullstacco.git\n\n## backend:\n\n# setup the .env file with wizard\ncd fullstacco/backend \u0026\u0026 yarn setup-env\n\n# install dependencies\nyarn\n\n# start the app, it will run at localhost:5000\nyarn start\n\n## frontend:\n\n# setup the .env file with wizard\ncd fullstacco/frontend \u0026\u0026 yarn setup-env\n\n# install dependencies\nyarn\n\n# start the app, it will run at localhost:3000\nyarn start\n```\n\n## 🐛 Bugs\n\nHave you found a bug? Feel free to open an \u003ca href=\"https://github.com/ivanlori/Fullstacco/issues/new?assignees=\u0026labels=\u0026template=bug_report.md\u0026title=\"\u003eissue here\u003c/a\u003e.\n\n## 🙋 Discussions\n\nDo you have questions, ideas or any request related to Fullstacco? Start a \u003ca href=\"https://github.com/ivanlori/Fullstacco/discussions\"\u003ediscussion here\u003c/a\u003e.\n\n## 🏷️ License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanlori%2Ffullstacco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanlori%2Ffullstacco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanlori%2Ffullstacco/lists"}