Skip to content

This is the QRStation micro-service back-end project. Built with Java & Spring

License

Notifications You must be signed in to change notification settings

Quentixx/qrstation-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrstation-back

This is the QRStation micro-service back-end project. Built with Spring in Java.

⚠️ Note: This project is currently in the planning stage and specific features are still being defined.

Features

  • UUID Integration: Every QRCode is attached to a unique UUID.
  • Redirection Link: Customize the redirection link associated with each QRCode.
  • Spring Boot: Leverage the power of Spring Boot for scalability and robustness.

Usage Once the server is up, you can create, retrieve, update, and delete QRCodes with their associated UUIDs and redirection links.

API Endpoints

Create QRCode:

Retrieve all QRCodes:

  • GET /qrcodes

Retrieve QRCode by UUID:

  • GET /qrcodes/{uuid}

Update QRCode redirection link:

Delete QRCode by UUID:

  • DELETE /qrcodes/{uuid}
  • Response: true if deleted, false otherwise.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

License

Distributed under the MIT License. See LICENSE for more information.

About

This is the QRStation micro-service back-end project. Built with Java & Spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published