Skip to content

RestAPI that can send and receive Whatsapp messages through ChatAPI, a Whatsapp API gateway.

Notifications You must be signed in to change notification settings

julian-cabrera/java-whatsapp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

RestAPI that can send and receive Whatsapp messages through ChatAPI, a Whatsapp API gateway.

This project's purpose's to demonstrate some of my Java and ReactJs skills. I have done this by myself over time, with stuff I've learned. It is not copy-pasted code from a tutorial. It still lacks many features, I don't have much free time, so I try to do what I can, whenever I can. Hopefully, you won't be so harsh on me :)

How it's looking so far: image


Some of the technologies I used on this project:

  • Java 8
    • Spring Boot
      • Spring Web
      • Spring Data
      • OpenAPI (Swagger)
    • Maven
    • Wildfly
    • Hibernate
    • Lombok
  • SQL Server
  • React Js

    • Axios
    • JavaScript
    • BootStrap
    • HTML
    • CSS
  • Ngrok (exposes a local web server to the internet so I can receive data from ChatAPI. Also, it lets you inspect HTTP traffic)


Things to do next:

  • Integrate Google Drive API to store sent/received files on Google Drive.