Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misha999777/uwithme-tests-service
System for students testing.
https://github.com/misha999777/uwithme-tests-service
java maven springboot
Last synced: about 2 months ago
JSON representation
System for students testing.
- Host: GitHub
- URL: https://github.com/misha999777/uwithme-tests-service
- Owner: Misha999777
- License: gpl-2.0
- Created: 2021-05-04T13:30:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T23:04:11.000Z (7 months ago)
- Last Synced: 2024-05-29T13:45:08.195Z (7 months ago)
- Topics: java, maven, springboot
- Language: Java
- Homepage:
- Size: 478 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# University With Me Test System
[![License](https://img.shields.io/:license-GPL-blue.svg)](https://github.com/Misha999777/uwithme-testsystem-service/blob/master/LICENSE)
## Description
System for testing students. Uses [Spring Boot](http://projects.spring.io/spring-boot/)
## Requirements
For building the application you will need:
- [JDK](https://openjdk.java.net/projects/jdk/11/)
- [Maven](https://maven.apache.org/)
- [Docker](https://www.docker.com/)## Running the application locally
You can run this application by
1. Downloading [Docker files](https://github.com/HappyMary16/uwithme-docker-files)
2. Starting them with```shell
docker compose up -d
```3. Starting testsystem-service with
```shell
mvn spring-boot:run
```## Copyright
Released under the GNU General Public License v2.0.
See the [LICENSE](https://github.com/Misha999777/uwithme-testsystem-service/blob/master/LICENSE) file.