Skip to content

πŸ‘¨β€πŸ’» A learning platform built with Next.js, Nest.js and GraphQL

Notifications You must be signed in to change notification settings

guilhermeomt/ignite-lab-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Workflow

About

Workflow is a web learning platform for developers and designers developed during Ignite Lab 01 from @Rocketseat. This application follows the Microservices architecture and includes two services: Classroom and Purchases.

The Classroom service is responsible for managing the courses, while the Purchases service is responsible for managing the purchases of the customers. Both services are implemented using the Apollo GraphQL framework. Services communicate each other through a Kafka Broker. On the frontend, the application is built using the Next.js framework and Tailwind CSS.

Features

  • Login

  • Logout

  • Register

  • Purchases Service

    • Create a product (admin only)
    • List products (admin only)
    • List of purchases (logged in only)
    • Purchase a product (public)
    • List products available for purchase (public)
  • Classroom Service

    • Create a course (admin only)
    • List courses (admin only)
    • List enrollments (admin only)
    • List students (admin only)
    • List courses I've bought (logged in only)
    • Access a course (logged in only)

Future Implementations

  • Admin's Dashboard
  • Course's internal pages
  • Payment Gateway (Stripe)
  • Lessons (video, code, etc)

Tech Stack

Screenshot

Releases

No releases published

Packages

No packages published