Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 907 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 907 Bytes

💻 About the project

A simple application that receives a get request then communicates with the OpenAI server to bring back a response. This API aims to serve as a basis for future applications and as a model for anyone who wants to implement ChatGPT in their applications.


⚙️ Functionalities

  • Receiving a GET method with a JSON body;
  • Simple communication with the OpenAI server;
  • Custom templente

📄 Documentation

Documentation can be generated using JAVADOC Documentation can be generated using JAVADOC

🛠 Technologies

The following technologies were used in the development of the project's Rest API: