Giter Club home page Giter Club logo

elearn's Introduction

eLearn

An eLearn is an online platform that brings together learners and instructors to share knowledge and skills. It provides a space where learners can access courses on various topics and levels of complexity, and instructors can share their expertise and monetize their skills.

Tech Stack

  • NextJS
  • NodeJS
  • ExpressJS
  • MongoDB
  • TailwindCSS
  • Amazon S3 Bucket
  • Cloudinary
  • Razor Pay

Commands

All commands are run from the root of the project, from a terminal:

  • Clone the repository git clone https://github.com/Sidd-007/eLearn.git.
  • Install Dependencies in server's folder cd server and npm i.
  • Install Dependencies in client's folder cd client and npm i.
  • Run client at localhost:3000 using npm run dev.
  • Run server at localhost:5000 using npm start.

Environment Variables

  • For server (.env)

    PORT = 5000
    DATABASE = "Insert Mongodb URL here. Local or Atlas"
    
    JWT_SECRET = asdjbscg8
    
    ACCESS_ID= Insert Access ID of IAM user of AWS account
    SECRET_KEY= Insert Secret Key of IAM user of AWS account
    AWS_REGION= Insert region of AWS account
    AWS_API_VERSION = 2010-12-01
    
    EMAIL_FROM = Insert email id from which you wants to send emails
    EMAIL = Email Id
    PASS = Email Id Pass
    
    RAZORPAY_API_KEY = "Insert Razorpay Api Key"
    RAZORPAY_API_SECRET = "Insert Razorpay Api Secret"
    
    
  • For client (.env.local)

    NEXT_PUBLIC_API='http://localhost:5000/api'
    API = http://localhost:5000/api
    
    

elearn's People

Contributors

sidd-007 avatar smeetchavan avatar

Stargazers

 avatar Shivam Patidar avatar

Watchers

 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.