Skip to content

A course-focused interactive platform inspired by Slido to enhance presenter-audience engagement.

Notifications You must be signed in to change notification settings

Kotno557/GShepherd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Introduction

GShepherd is a small project we created based on Slido. As more and more courses and events now require interaction between the stage and the audience, we attempted to design a website like Slido, hoping to make the design more tailored to course needs.

GShepherd_Logo.png

System Architecture

  • Using MEVN stack (MongoDB, Express, Vue.js, Node.js)

    image.png

  • Design w. MVC architecture (Model-View-Controller)

    • File structure

      A basic structure for MVC arch.

      image.png

      image.png

    • packages used in backend:

      · expressjs/cors for CORS middleware

      · express-session for session middleware

      · Passport.js for authentication middleware

      · Mongoose for easier communicate w. MongoDB

      . ESlint & Prettier for code linting and formatting

    • Database design

      • User

        User login/registration Subsequent authentication

      • Room

        A room can have multiple activities The entity that users join

      • Event

        Can change activity type according to needs

      • Record

        Records submitted by users for activities

      Although MongoDB is NoSQL database, but since we're using Mongoose, schema for each document is needed.

      The image shows current layout of the system, since we're implementing inheritance model on Event and Record, it gains more flexibility for future usage.

      image.png

  • and RESTful API (Representational State Transfer)

Some Screenshot of Project

image.png

image.png

image.png

image.png

image.png

image.png

About

A course-focused interactive platform inspired by Slido to enhance presenter-audience engagement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published