Skip to content

kunalagra/sikho

Repository files navigation


Sikho
Sikho

A Personalized Pofessional Skill Development Platform.

Key FeaturesHow To UseCreditsLicense

screenshot

Key Features

  • 2 types of User - Student & Instructor
  • User Features
    • Enroll in plans
    • Submit Assignments
    • User profile view and updates
    • Join lectures
  • Instructor Features
    • Add Plans
    • Create Assignments
    • Grade Assignments
    • Create Schedules for Meetings
  • Next-Auth for Authentication
  • Calendar Support (requires more work)
  • Stripe Checkout for Pyaments
  • SocketIO & Jitsi integrated on one page for Live Coding Classes

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/kunalagra/sikho

# Go into the repository
$ cd sikho

# Rename .env.example to .env
$ mv .env.example .env

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Important

Populate your .env keys with their respective values.

Note

If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Credits

This software uses the following packages:

Built at Hacksparrow

You may also like...

  • MediCall - An AIO Medical platform to connect doctors and patients
  • Codegamy - A LeetCode clone

License

AGPL-3