Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.