SimplQ is a completely web based queue management solution that anyone can use to create instant queues.
The project is written in Java, and deployed on AWS. These steps are to be followed when you are running the project for the first time.
- Install Java 11 and maven.
- Clone this project
- Build the jar:
cd complete/
mvn package
- Run the jar:
java -jar target/rest-service-0.0.1-SNAPSHOT.jar
We follow Google's Java Style Guidelines. For Intellij, you can install the google-java-format plugin, Eclipse and other IDE users can find more instructions here.
Feel free to fork and improve, and do send a pull request. We will be delighed to work with you.
There are a ton of features being planned. So if you are considering contributing to this repository, please first discuss the change you wish to make via the issue tracker. Let's work together.