jucron / restaurant-backend

>My Creation< A REST API simulating a backend of a Restaurant System. It includes a layer of JWT Security.
2 stars 0 forks source link

Postman collection #1

Open hitman3r44 opened 2 years ago

hitman3r44 commented 2 years ago

Hi,

Thanks in advance for your time, I am learning JPA and need some good projects to look at. Your project is very informative, I cloned and run successfully, but little hard to call those APIs, is there any postman collection you have for this project.

thanks you.

jucron commented 2 years ago

Hello my friend, I'm happy that this project helped you in any way. This is a work in progress, probably will be hard to finish it since I'm working in other real projects right now. Unfortunately I didn't have time to create a postman collection yet.

Each Controller class have its own BASE_URL variable (see it in the top of the class), so for instance if you would run it in your local server, the client's API would be: localhost:8080/api/v1/clients/<expectedCommandHere>

regards

hitman3r44 commented 2 years ago

Thanks for reply I will take a look on it.

On Thu., May 12, 2022, 9:31 a.m. jucron, @.***> wrote:

Hello my friend, I'm happy that this project helped you in any way. This is a work in progress, probably will be hard to finish it since I'm working in other real projects right now. Unfortunately I didn't have time to create a postman collection yet.

Each Controller class have its own BASE_URL variable (see it in the top of the class), so for instance if you would run it in your local server, the client's API would be: localhost:8080/api/v1/clients/

regards

— Reply to this email directly, view it on GitHub https://github.com/jucron/restaurant-backend/issues/1#issuecomment-1124999382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2UXW7O2744OEBFSWS6KNLVJUB2ZANCNFSM5VYFN5FQ . You are receiving this because you authored the thread.Message ID: @.***>