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

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

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