https://github.com/happymary16/uwithme-server
System for a university management.
https://github.com/happymary16/uwithme-server
java postgresql spring spring-boot
Last synced: 3 months ago
JSON representation
System for a university management.
- Host: GitHub
- URL: https://github.com/happymary16/uwithme-server
- Owner: HappyMary16
- License: gpl-3.0
- Created: 2019-08-26T12:51:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T21:53:43.000Z (almost 3 years ago)
- Last Synced: 2023-08-26T03:03:21.603Z (almost 3 years ago)
- Topics: java, postgresql, spring, spring-boot
- Language: Java
- Homepage:
- Size: 636 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# University With Me
[](https://github.com/HappyMary16/uwithme-server/actions/workflows/main.yml)
[](https://www.gnu.org/licenses/lgpl-3.0)
This application is created to manage a university.
#### Main features:
* schedule management
* files management
* university structure management
## To build the application you need
* [Java 11](https://adoptopenjdk.net/index.html?variant=openjdk11&jvmVariant=hotspot)
* [Maven 3](https://maven.apache.org/index.html)
* [Docker](https://www.docker.com/)
## Running the application
You can run this application by
1. Downloading [Docker files](https://github.com/HappyMary16/uwithme-docker-files)
2. Starting them with
```
docker-compose up
```
5. Starting the project as a Spring Boot application
- You can run the application with Maven:
```
mvn spring-boot:run
```
- or you can use IDE:
run the ```main``` method in the ```UwithmeServiceApp``` class