How to submit URL for APi microservices

I am trying to do the API/Microservices project. Literally on the first lesson at the moment. I want to be able to submit a live URL and work locally on the project using code editor on my machine. Thanks.

You need to host your project online somewhere to be able to submit, this can be something like replit, or a full blown howting service like heroku

you can’t just have the project on your machine, but you can work on it on your machine - it may be a good chance to learn about Git & GitHub

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.