{"id":15099065,"url":"https://github.com/luc-ribeiro/courses-fullstack","last_synced_at":"2026-01-06T21:50:17.803Z","repository":{"id":245925467,"uuid":"819557730","full_name":"luc-ribeiro/courses-fullstack","owner":"luc-ribeiro","description":"An app that allows users to view a list of available courses and enroll in a specific course. Built using microservices architecture and GraphQL.","archived":false,"fork":false,"pushed_at":"2024-06-24T19:47:23.000Z","size":230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:45:02.733Z","etag":null,"topics":["apollo","auth0","graphql","kafka","microservices","nestjs","nextjs","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/luc-ribeiro.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-06-24T18:44:46.000Z","updated_at":"2024-06-24T19:47:27.000Z","dependencies_parsed_at":"2024-06-24T21:44:58.602Z","dependency_job_id":null,"html_url":"https://github.com/luc-ribeiro/courses-fullstack","commit_stats":null,"previous_names":["luc-ribeiro/courses-fullstack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fcourses-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fcourses-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fcourses-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-ribeiro%2Fcourses-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luc-ribeiro","download_url":"https://codeload.github.com/luc-ribeiro/courses-fullstack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245855013,"owners_count":20683451,"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","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":["apollo","auth0","graphql","kafka","microservices","nestjs","nextjs","tailwindcss"],"created_at":"2024-09-25T17:04:16.141Z","updated_at":"2026-01-06T21:50:17.762Z","avatar_url":"https://github.com/luc-ribeiro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"text-align: center;\"\u003e\n  Courses Microservices\n\u003c/h1\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=49AA26\u0026labelColor=000000\"\u003e\n\u003c/p\u003e\n\n\u003ch2 id=\"project\"\u003e📁 Project\u003c/h2\u003e\n\nA fullstack application allows users to browse a comprehensive list of available courses and seamlessly enroll in their preferred course. It is built using microservices architecture and GraphQL for efficient data fetching and mutation operations.\n\n\u003ch2 id=\"project\"\u003eKey Features\u003c/h2\u003e\n\n- Course Listing: Provides users with a clear overview of available courses.\n- Enrollment: Enables users to easily enroll in courses of interest.\n- Microservices Architecture: Built with a modular architecture to ensure scalability and flexibility.\n- GraphQL Integration: Utilizes GraphQL for efficient and declarative data fetching and mutations.\n- Auth0 Authentication: Provides an easy way to integrate authentication and authorization for web, mobile, and legacy applications.\n\n![Screenshot_2](https://github.com/luc-ribeiro/courses-fullstack/assets/69688077/260ddef7-b147-480b-befd-7034be834d95)\n\n![Screenshot_3](https://github.com/luc-ribeiro/courses-fullstack/assets/69688077/69e95c8b-f52c-40e4-8918-999c30ea22a1)\n\n![Screenshot_4](https://github.com/luc-ribeiro/courses-fullstack/assets/69688077/9ede930b-faed-4291-915c-e1d5cf315cd6)\n\n\n\u003ch2 id=\"technologies\"\u003e💻 Techs\u003c/h2\u003e\n\n- Next.js 14\n- NestJS\n- Microservices\n- KafkaJS\n- Apollo\n- GraphQL\n- Auth0\n- TailwindCSS\n\n\u003ch2 id=\"usage\"\u003e💡 How to run\u003c/h2\u003e\n\nTo run the application on your local machine, make sure you have `Node.js`, `npm` and `Docker` installed before proceeding with the steps below:\n\n1. Clone the project:\n\n```\n$ git clone https://github.com/luc-ribeiro/courses-fullstack\n```\n\n2. Run docker compose:\n\n```\n$ docker compose up -d\n```\n\nMake sure all services are running!\n\n3. Navigate to each folder of the project:\n\n```\n$ cd purchases\n$ cd classroom\n$ cd gateway\n$ cd web\n```\n\n4. Install the dependencies on each folder:\n\n```\n$ npm install\n```\n\n5. Start each server:\n\n```\n$ npm run start:dev\n```\n\n6. Start the Next.js app on web folder:\n\n```\n$ npm run dev\n```\n\n⚠️ Important: To access the GraphQL playground:\n\n```http://localhost:3333/graphql```: Purchases microservice\n\n```http://localhost:3334/graphql```: Classroom microservice\n\n```http://localhost:3332/graphql```: Gateway\n\n```http://localhost:8080```: Kafka UI\n\n\u003ch2 id=\"license\"\u003e📝 License\u003c/h2\u003e\n\nThis project is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-ribeiro%2Fcourses-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluc-ribeiro%2Fcourses-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-ribeiro%2Fcourses-fullstack/lists"}