phpMick's avatar
Level 15

Development Server

Just thinking about knocking up and API and wondered how you guys do it?

Do you have a separate development server for your API, with Lumen installed? Or do you develop your API and main application on the same box?

Mick

0 likes
1 reply
TerrePorter's avatar

I am using homestead for a development server. I have both a test api and website running in the same instance, along with several other sites I'm messing with.

However, I also have another machine that I use for staging. It runs sites for testing before they get pushed to the live hosting server. That also has the last working published version of the api on it, which the staging website uses.

I'm a single developer here, so i do not have to share access with others. Of course, if you need to share the api with other developers than you would need it to be accessible outside your machine.

Please or to participate in this conversation.