{"id":20348340,"url":"https://github.com/hoa-uit/fullstack-nextjs-strapi-blog","last_synced_at":"2026-04-17T06:33:54.837Z","repository":{"id":104045279,"uuid":"464328052","full_name":"hoa-uit/fullstack-nextjs-strapi-blog","owner":"hoa-uit","description":"Complete website with nextjs and strapi, reponsive and deploy on heroku and vercel / tạo một website hoàn chỉnh với nextjs, strapi","archived":false,"fork":false,"pushed_at":"2022-03-16T09:26:01.000Z","size":634,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T20:57:20.526Z","etag":null,"topics":["blog","full","heroku","nextjs","strapi","vercel"],"latest_commit_sha":null,"homepage":"https://markintosh.vercel.app","language":"SCSS","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/hoa-uit.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":"2022-02-28T03:42:41.000Z","updated_at":"2024-02-28T14:31:22.000Z","dependencies_parsed_at":"2023-06-29T10:30:40.785Z","dependency_job_id":null,"html_url":"https://github.com/hoa-uit/fullstack-nextjs-strapi-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hoa-uit/fullstack-nextjs-strapi-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoa-uit%2Ffullstack-nextjs-strapi-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoa-uit%2Ffullstack-nextjs-strapi-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoa-uit%2Ffullstack-nextjs-strapi-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoa-uit%2Ffullstack-nextjs-strapi-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoa-uit","download_url":"https://codeload.github.com/hoa-uit/fullstack-nextjs-strapi-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoa-uit%2Ffullstack-nextjs-strapi-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31918653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["blog","full","heroku","nextjs","strapi","vercel"],"created_at":"2024-11-14T22:19:57.427Z","updated_at":"2026-04-17T06:33:54.810Z","avatar_url":"https://github.com/hoa-uit.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\n#SETUP BACKEND (STRAPI APP)\n\nClone branch backend\nOr create by yourself:\n```bash\nnpx create-strapi-app backend\n```\nThen, run the development server:\n```\ncd backend\nyarn run develop\n```\n\n#SETUP FRONTEND (NEXTJS-APP)\n\nClone branch main\nOr create by yourself:\n```bash\nnpx create-next-app frontend\n```\nThen, run the development server:\n```\ncd frontend\nyarn dev\n```\n#REQUIRED PLUGIN/LIBRARY\nAxios\n```\n$ npm install axios\n```\nMarkdown-it\n```\nnpm install markdown-it --save\n```\nFontawesome\n```\nnpm install @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome\n```\nFormat date/time with moment\n```\nnpm i moment\n```\n\u003c!-- \nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoa-uit%2Ffullstack-nextjs-strapi-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoa-uit%2Ffullstack-nextjs-strapi-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoa-uit%2Ffullstack-nextjs-strapi-blog/lists"}