I am new to web development and would like to get some help. I am making one android application which makes some REST calls to get and post some data. These rest calls will be made to my own server. Now for development purpose I dont have that server. How can I develop rest apis on local machine(localhost) and make it accessible to my Android app over wifi? So my question is how should I do development(setup) in which I can use my local machine and setup a server and use it with my android app.
I am not clear with the setup and what to do. Some pointers in right direction and I can google it to use as per my need.
Thanks