GithubHelp home page GithubHelp logo

clonenow / torq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from torqbit/torq

0.0 0.0 0.0 49.14 MB

An open source platform for teachers, creators & educational organization

License: GNU Affero General Public License v3.0

Shell 0.11% JavaScript 0.13% TypeScript 87.27% CSS 1.29% Dockerfile 0.06% SCSS 11.14%

torq's Introduction



Torq Logo

Course management screen

The easiest way to get started with Torq is by installing in your local machine.

๐Ÿ™ Self Hosting

Prerequisite

Development system must have docker engine installed and running.

Steps

Setting up local environment is extremely easy and straight forward. Follow the below step and you will be ready to contribute

  1. Clone the code locally using git clone https://github.com/torqbit/torq
  2. Switch to the code folder cd torq
  3. Edit the docker-compose.yml file to include the Google & Github client credentials, and the email id that will be the admin for the platform.
  4. Now run the command docker-compose up to launch the web app and the MySQL server.

You are ready to play around the platform. Do not forget to refresh the browser (in case id does not auto-reload)

Thats it!

๐Ÿš€ Features

  • Manage Courses: Create courses with video lessons.
  • Video Streaming: Stream your course videos, which are powered by Bunny.net
  • Tracking Learning Progress: Monitor learning progress with detailed analytics, enabling learners and instructors to assess skill development and mastery.
  • Course Discussion: Foster collaboration and engagement through course-specific discussion forums, facilitating knowledge sharing and peer interaction.
  • Alert Comment Notification: Enable timely communication by alerting users to new comments and replies to queries, enabling greater engagment.

๐Ÿ’ป Development environment setup

Getting Started

First need to add .env file with some credentials:

# Next ENV
NODE_ENV=development
NEXT_PUBLIC_SECRET=uPijyPl163ihk570sksueTQrNMnKW4
NEXTAUTH_URL=http://localhost:3000
JWT_SECRET = uPijyPl163ihk570eXbQrNMnKW4
NEXT_PUBLIC_APP_ENV=development

# Admin details
[email protected]


# DB Credentials
DATABASE_URL="mysql://torqbit:[email protected]/torqdb"


# Google Auth Credentials
GOOGLE_ID=******************.apps.googleusercontent.com
GOOGLE_SECRET=******************

# GitHub Auth Credentials
GITHUB_ID=******************
GITHUB_SECRET=******************

Installing Packages

Using npm:

$ npm install

Using yarn:

$ yarn install

Then, you can run locally in development mode with live reload:

Using npm:

$ npm dev

Using yarn:

$ yarn dev

torq's People

Contributors

mehrab-alam avatar amezng avatar shadab19it avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.