Host fake REST API

I created a fake REST API using Json Server. I am looking for a free hosting platform to host it so i can perform CRUD Operations.

PS: I am on a ReactJS project.

Hi there,
I assume this is a node project. You could set it up on Heroku or Replit. Heroku’s free plan limits the number of projects you can setup but Replit doesn’t have a limit although it’s more of a building platform rather than hosting. But it’s good enough for development purposes.

Thanks for your reply alirezaghey. On Heroku can i make a POST http method?

Sure, on Heroku you can post your node app and use whatever http method you need against your application.

1 Like

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