pprathameshmore / QuoteGarden

A RESTful API for quotes. The database currently includes more than 75000 quotes.
https://quote-garden.onrender.com/
35 stars 6 forks source link

The api is not working #49

Closed PatrickNv23 closed 1 year ago

PatrickNv23 commented 1 year ago

Currently the api is not working.

Screenshot_20221130_103957

pprathameshmore commented 1 year ago

Heroku stopped 🚫 supporting the free tier

PatrickNv23 commented 1 year ago

😢

mariofdezzz commented 1 year ago

@pprathameshmore are you planning to fix it? I would be opened to help

pprathameshmore commented 1 year ago

@mariofdezzz yes

mariofdezzz commented 1 year ago

Amazing! 👏🏼

Patil-Tanmay commented 1 year ago

@pprathameshmore if the fixing gonna take time then can you share your quotes database so we can also use it to host.

Gameonn commented 1 year ago

@pprathameshmore I can contribute in fixing the issue.

pprathameshmore commented 1 year ago

Sure @Gameonn

Gameonn commented 1 year ago

@pprathameshmore What options do we have? Should we use a different provider other than heroku?

Patil-Tanmay commented 1 year ago

@Gameonn We can try render.com but the issue is it has a high response time during cold start so we might need to write some cron jobs to keep the API alive at all times.

Gameonn commented 1 year ago

@Patil-Tanmay Does render.com offer free hosting? And would it be a good replacement for Heroku.

Patil-Tanmay commented 1 year ago

Yes @Gameonn it will be a better replacement for Heroku or we have one more site which is railway.app

Gameonn commented 1 year ago

@Patil-Tanmay Can you please share how can I help in migrating the existing server code to railway.app?

Patil-Tanmay commented 1 year ago

@Gameonn it's a straightforward process but the main issue here is getting the database that this repo uses and host it on your mongo db & then only you can host it on railway or on render. Link to the dataset to Host on your DB -> Link

pprathameshmore commented 1 year ago

I will try these platforms to deploy it.

pprathameshmore commented 1 year ago

API is started working: https://quote-garden.onrender.com/

Patil-Tanmay commented 1 year ago

One Issue with renderer @pprathameshmore is that cold start up time is too much. So to keep it alive it's better to write some cron jobs for it.

pprathameshmore commented 1 year ago

Sure