MyChatroom is a simple REST API for a chatroom app
- Java 17
- Spring-Boot 3
- H2
- open the terminal and CD into
azolachat/ - In this directory you will find a script named runchat.sh
- Execute the script by typing
./runchat.shthen press enter - On successful completion the chatroom API should be running on port 8088
- A chatroom and a chat user is created at start-up
- A Postman project is provided in
azolachat/src/main/resources/postman - Import the project on Postman to interrogate the endpoints