Skip to content

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

License

Notifications You must be signed in to change notification settings

Makiato1999/EduManageSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published