You can view the project layout here
Web app using Angular CDN: http://localhost:4000
This project was developed using the following technologies:
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 [email protected]: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
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
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ❤️ by Guilherme Martins