Open AllanYuen opened 8 months ago
The best way to deploy your projects is by deploying your server and client individually. For this, we will use Vercel for deployment.
example
useEffect(() => { axios.get('https://vercel.backend.app/blog') .then(response => { // handle success console.log(response.data); }) .catch(error => { // handle error console.error(error); }); }, []);
hi sir, i am interested.
Hi @AllanYuen , as this issue is still open, I would like to suggest to deploy it on render.com. If you are okay, I would be happy to do it. Thanks!
Some files are missing in this so updating the whole project
User Story
AS a developer I WANT to deploy the WeatherCast application on a live URL on Render with no errors SO THAT users may have access to the WeatherCast application from the web.
Acceptance Criteria
WHEN I visit the WeatherCast application using the URL, THEN I can access the WeatherCast application from any browser