Skip to content

Latest commit

 

History

History
86 lines (50 loc) · 1.67 KB

File metadata and controls

86 lines (50 loc) · 1.67 KB

Alticci Rest Api Sequence Number

🧪 How does it work? Check it out!

app demonstration


🔖 Web application

You can view the project layout here

Web app using Angular CDN: http://localhost:4000

🧪 Technologies

This project was developed using the following technologies:

🚀 Getting started

Clone the project and access the folder.

The public URL can be found here:

Deployed version: deployment-link

https clone public link

$ git clone https://github.com/g-santosmartins/rest-alticci-api.git

SSH clone public link

$ git clone git@github.com:g-santosmartins/rest-alticci-api.git

Make sure that you have quarkus CLI installed:

# To make sure, run:
quarkus -v

If you've not installed quarkus CLI yet I strongly recommend this guide:

Follow the steps below:

# Install the dependencies
quarkus dev

🔖 Documentation OpenAPI 3 - Swagger

You can get into the API documentation easly using this path:

Documentation link: http://localhost:4000/api-docs

Local Quarkus development server (GET):

Localhost version: http://localhost:4000/v1/alticci/10

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with ❤️ by Guilherme Martins