https://github.com/misha999777/uwithme-tests-ui
System for students testing.
https://github.com/misha999777/uwithme-tests-ui
javascript react webpack
Last synced: about 2 months ago
JSON representation
System for students testing.
- Host: GitHub
- URL: https://github.com/misha999777/uwithme-tests-ui
- Owner: Misha999777
- License: gpl-2.0
- Created: 2023-06-17T13:35:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T22:03:00.000Z (about 2 years ago)
- Last Synced: 2024-12-31T09:14:54.942Z (over 1 year ago)
- Topics: javascript, react, webpack
- Language: JavaScript
- Homepage:
- Size: 348 KB
- Stars: 1
- 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
[](https://github.com/Misha999777/uwithme-tests-ui/blob/master/LICENSE)
## Description
System for testing students. Uses [React](https://react.dev/)
## Requirements
For building the application you will need:
- [Node.js](https://nodejs.org/en)
- [NPM](https://www.npmjs.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. Downloading [University With Me Tests Service](https://github.com/Misha999777/uwithme-tests-service)
4. Starting it with
```shell
mvn spring-boot:run
```
5. Installing University With Me Tests UI dependencies with
```shell
npm install
```
6. Starting University With Me Tests UI with
```shell
npm start
```
## Copyright
Released under the GNU General Public License v2.0.
See the [LICENSE](https://github.com/Misha999777/uwithme-tests-ui/blob/master/LICENSE) file.