Skip to content

Full stack web application which acts as a portal between learners and educators.

Notifications You must be signed in to change notification settings

abhay2002-pro/Skillery-FFSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skillery

A full stack web application that acts as a portal for learners and educators. The educators can upload videos for their courses. The learners can watch these courses once they have brought the subscription.

Features

  • Authentication
  • Authorization
  • MongoDB Integration
  • Payment Integration
  • Course Upload/Delete
  • Admin Dashboard
  • Monthly Subscription Model
  • Add to Playlist

Frontend Dependencies

  • @chakra-ui/react
  • axios
  • chart.js
  • react-chartjs-2
  • protected-route-react
  • react-router-dom
  • react-hot-toast
  • react-icons
  • react-redux
  • @reduxjs/toolkit

Backend Dependencies

  • bcrypt
  • cloudinary
  • cookie-parser
  • cors
  • datauri
  • dotenv
  • express
  • jsonwebtoken
  • mongoose
  • multer
  • node-cron
  • nodemailer
  • razorpay
  • validator

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in config folder of backend.

PORT

MONGO_URI

JWT_SECRET

FRONTEND_URL

SMTP_HOST - Mail Service Host

SMTP_PORT

SMTP_USER

SMTP_PASS

CLOUDINARY_CLIENT_NAME

CLOUDINARY_CLIENT_API

CLOUDINARY_CLIENT_SECRET

PLAN_ID - RazorPay Plan Id

RAZORPAY_API_KEY

RAZORPAY_API_SECRET

REFUND_DAYS

MY_MAIL

Installation

  • Clone or download the repository
  • Create a .env file in config folder of backend and add the necessary environment variables.
  • Install the necessary dependencies using your package manager in frontend and backend.
  • Run the backend and frontend

Screenshots

Home_Page All_Courses View_Lecture User_Profile Admin-Dashboard Admin_Dashboard_PieChart Create_Course Add_Lecture Payment

Authors

About

Full stack web application which acts as a portal between learners and educators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages