Hi Guys I want to setup coldbox rest application, ...
# box-products
r
Hi Guys I want to setup coldbox rest application, I am searched and read the documentation but i can't setup this in my local can anyone provide a git path for setup guide with code examples with database connection
r
Thanks but this one is guide for how to install, i want to know connect with database with populator with jwt token
l
The rest template comes with all you need to do this. Al you would need is to replace the
UserService
methods with calls to the database
r
Ok. you said the
userService
template is demo instead of this i have to write my own that connected with the database
l
You can use that as a base
the methods are stubbed out for you
r
Ok, I understood let me try once with this. I will let you know if any help needed. thanks