What is a free way to build up a small API service that does one request per day?
Mark Hendricks
3 replies
I want to deploy a simple API that allows one customer to run a Python script and pick up a data file (json).
Any ideas?
Replies
Jurijs Ivolga@jurijs
Ask ChatGPT to write you a script and for free you can deploy it on oracle always free instance.
Share
Hello, Mark Hendricks.
You can use Node.js, Python (Flask or FastAPI), or even PHP.
Hosting:
Heroku: Free tier available, easy to deploy.
Glitch: Great for small projects with collaborative features.
Replit: An online IDE that also allows you to create and host apps.
You may want to save your daily data updates in a file or a lightweight database like SQLite.
If you need my help, feel free contact to me. I will help you.
I know well Django, FastAPI, Flask.