https://github.com/praj-foss/squizzel
Online Quizzing System powered by REST APIs
https://github.com/praj-foss/squizzel
Last synced: 2 months ago
JSON representation
Online Quizzing System powered by REST APIs
- Host: GitHub
- URL: https://github.com/praj-foss/squizzel
- Owner: praj-foss
- License: mit
- Created: 2020-01-28T17:47:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T08:13:39.000Z (over 5 years ago)
- Last Synced: 2025-01-17T08:35:47.701Z (4 months ago)
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Squizzel
Online Quizzing System powered by REST APIs.## Building
- Make sure you have JDK 8 (or higher) installed.
- Start server using this:
```
gradlew run
```
- The server should be available at [port 8080](http://localhost:8080).## License
This project is licensed under the MIT License.
Please see the [LICENSE](LICENSE) file for more information.### Thank you