GithubHelp home page GithubHelp logo

shabanavvr / eduhub Goto Github PK

View Code? Open in Web Editor NEW

This project forked from springboardmentor115/eduhub

0.0 0.0 0.0 6.09 MB

License: MIT License

Java 35.52% TypeScript 32.62% CSS 12.58% HTML 19.28%

eduhub's Introduction

EduHub

EduHub is an e-learning platform designed to provide users with a seamless online education experience. It is built using Angular for the front end and Spring Boot for the back end.

EduHub Website Preview

Features

  • User Authentication: Secure login and registration using JWT.
  • Course Management: Add, update, and delete courses.
  • User Dashboard: Personalized dashboard for users to track their courses.
  • Responsive Design: Fully responsive design to support various devices.

Technologies Used

Front End

  • Angular: A platform for building mobile and desktop web applications.
  • Bootstrap: CSS framework for responsive design.

Back End

  • Spring Boot: Framework for building Java-based enterprise applications.
  • Spring Security: For authentication and authorization.
  • Hibernate: For ORM (Object Relational Mapping).
  • MySQL: Database for storing application data.

Installation

Prerequisites

  • Node.js and npm installed
  • Java Development Kit (JDK) installed
  • MySQL installed

Front End Setup

  1. Clone the repository:
    git clone https://github.com/SpringBoardMentor115/EduHub.git
  2. Navigate to the project directory:
    cd eduhub-frontend
  3. Install dependencies:
    npm install
  4. Start the Angular development server:
    ng serve

Back End Setup

  1. Clone the repository:
    git clone https://github.com/SpringBoardMentor115/EduHub.git
  2. Navigate to the project directory:
    cd eduhub-backend
  3. Update the application.properties file with your MySQL database credentials:
    spring.datasource.url=jdbc:mysql://localhost:3306/eduhub
    spring.datasource.username=your-username
    spring.datasource.password=your-password
  4. Build and run the Spring Boot application:
    ./mvnw spring-boot:run

Usage

  1. Open your browser and navigate to http://localhost:4200 for the front end.
  2. Access the backend API at http://localhost:8080.

eduhub's People

Contributors

sohini3018 avatar sivakumar6678 avatar vaibhavpandey-hash avatar gaurav122000 avatar springboardmentor115 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.