Giter Club home page Giter Club logo

makiato1999 / edumanagesystem Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4.63 MB

A versatile educational management platform that streamlines course registration, class assignments, and user role management for students, teachers, and administrators.

Home Page: https://hub.docker.com/repository/docker/makiato1999/edu-manage-system-repo/general

License: Apache License 2.0

Java 16.04% CSS 59.14% JavaScript 0.66% HTML 24.01% Dockerfile 0.08% Shell 0.07%
docker h2-database hibernate mysql spring springboot springjdbc springjpa springmvc springrest

edumanagesystem's Introduction

EduManageSystem

A versatile educational management platform that streamlines course registration, class assignments, and user role management for students, teachers, and administrators.

Application Deployment Guide

Before proceeding, ensure that Docker is installed on your system. You can download and install Docker from Docker's official website.

Pulling the Docker Image

First, pull the image from Docker Hub:

docker pull makiato1999/edu-manage-system-repo:1.0

Running the Container

To run the container in the background, use the following command:

docker run -d -p 8080:8080 --name edu-manage-system makiato1999/edu-manage-system-repo:1.0

Options Explained

  • -d: Run the container in detached mode (in the background).
  • -p 8080:8080: Map port 8080 of the container to port 8080 on the host. Adjust the ports as necessary for your application.
  • -name edu-manage-system: Name the container edu-manage-system for easy reference.

Starting the application

Access the app by http://localhost:8080/

edumanagesystem's People

Contributors

makiato1999 avatar

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.