Giter Club home page Giter Club logo

elearning's Introduction

LearnFree Website

Website Key Features

  1. User Features
    • Login (email,password)
    • Signup (Name,email,password,profile picture)
    • ProfileUpdate (name,email,password,profile picture)
  2. TaskManager
    • Main Features (Create,Edit,Delete,Search)
    • Task Features (Title,Description,Category,Deadline)
  3. CoursePage
    • Courses (embedded videos and resource links)

Tech Stack Used:

  • ReactJS, Bootstrap, HTML/CSS - frontend
  • NodeJS & ExpressJS - backend
  • MongoDB - database
  • User Authentication using JWTs

Other

  • Cloudinary for image(profile pic) storage
  • Postman for building,updating and testing user and task APIs
  • Redux devtools for our action status (error,success,fail)

API

Users

  • POST /api/users/
  • POST /api/users/login
  • DELETE /api/users/profile

Tasks

  • GET /api/notes
  • POST /api/notes/create
  • DELETE /api/notes/:id
  • PUT /api/notes/:id
  • GET /api/notes/:id

Running Client Side

  • cd into the frontend folder
  • run npm install --save to install dependencies.
  • Run npm start to start the application.
  • Open your browser at localhost:3000 to view the application
cd frontend
npm install --save
npm start

Running Server Side

  • cd into the backend folder
  • run npm install --save to install dependencies.
  • Run npm start to start the application.
  • Open your browser at localhost:5000 to view the application
cd backend
npm install --save
npm start

Steps to run the whole project

  • Fork the repo and clone it.
  • run npm install --save to install dependencies.
  • Run npm start dev to start the application.
  • Open your browser at localhost:5000 to view the application
npm install --save
npm run dev

Git commands

git init
git add .
git commit -m "commit message"
git remote add origin https://github.com/Deepthi2001/Elearning.git
git branch -M main
git push -u origin main

elearning's People

Stargazers

 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.