pavan541cs / simplQ-backend

SimplQ backend, written in Java for AWS

Home Page:https://simplq.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimplQ Backend

SimplQ is a completely web based queue management solution that anyone can use to create instant queues.

Development Envirmonment Setup Instructions

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.

  1. Install Java 11 and maven.
  2. Clone this project
  3. Build the jar:
cd complete/
mvn package
  1. 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.

Contributing

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.

A test postman collection is available here.

About

SimplQ backend, written in Java for AWS

https://simplq.me

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Shell 0.1%