Giter Club home page Giter Club logo

lms-app-amplify's Introduction

EduCouch - A Cloud Based Learning Management System

EduCouch is a management system intended for educational institution for managing their educational content.
Serverless Application using AWS Amplify, React.js, GraphQL and Datastore.

Table of Contents

About this project

EduCouch is a monolith application which is built on AWS Amplify Framework and ReactJS.
In the LMS, there will be three actors -

  1. Admin
  2. Instructor
  3. Learner
  • From the perspective of an instructor, this LMS tool will be used to manage and support a group of learners.
    Instructors can design the materials for the course.

  • From the perspective of a learner, this LMS tool provides access to the course materials provided by the instructor. This could be in the form of a study plan or a lecture schedule with links to materials in the syllabus.

  • From the perspective of the admin, this LMS tool allows the educational institution to manage users and content.

Architecture Diagram

ArchitectureDiagram

AWS Amplify Services used

ArchitectureDiagram

Frontend

react react-router-dom material-ui

Backend

aws graphql aws-amplify

Other Tools

npmjs npmjs

One-Click Deploy with the Amplify Console

Click the button to deploy this application to the Amplify console.

Deploy to Amplify Console

Local Deployment

Prerequisites

Make sure you have the following installed:

Install and configure the Amplify CLI

To install and configure

npm install -g @aws-amplify/cli

amplify configure

For complete instructions on how to install and configure Amplify CLI, refer official documentation

Installation

  1. Clone the repo, install dependencies

    https://github.com/palakgupta2712/lms-app-amplify.git
    cd lms-app-amplify
    

    Install the dependencies using npm: npm install

    or using yarn: yarn install

  2. Initialize the amplify project

    amplify init
    
  3. Deploy the services on the cloud

    amplify push
    

    Once all the resources are deployed to the cloud, the src/aws-exports.js file gets created.
    To view deployed services, go to amplify console by running the following command:- amplify console

  4. Run the app

    npm start
    

    Open http://localhost:3000 to view it in the browser.

Resources

Additional Libraries

Illustrations

lms-app-amplify's People

Contributors

palakgupta2712 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.