Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makiato1999/edumanagesystem
A versatile educational management platform that streamlines course registration, class assignments, and user role management for students, teachers, and administrators.
https://github.com/makiato1999/edumanagesystem
docker dockerhub h2-database hibernate mysql spring springboot springjdbc springjpa springmvc springrest springsecurity thymeleaf
Last synced: about 8 hours ago
JSON representation
A versatile educational management platform that streamlines course registration, class assignments, and user role management for students, teachers, and administrators.
- Host: GitHub
- URL: https://github.com/makiato1999/edumanagesystem
- Owner: Makiato1999
- License: apache-2.0
- Created: 2024-05-10T00:01:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T05:55:43.000Z (6 months ago)
- Last Synced: 2024-10-13T02:40:52.321Z (about 1 month ago)
- Topics: docker, dockerhub, h2-database, hibernate, mysql, spring, springboot, springjdbc, springjpa, springmvc, springrest, springsecurity, thymeleaf
- Language: CSS
- Homepage: https://hub.docker.com/repository/docker/makiato1999/edu-manage-system-repo/general
- Size: 4.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/`