harishconti / flask_app_tut

repo for flask app deployment
MIT License
1 stars 1 forks source link

create an api route #7

Open harishconti opened 2 months ago

harishconti commented 2 months ago

create an api route in app.py to fetch the application data w.r.t application_id as input

ramyaakella commented 1 month ago

So for this, do you expect to have a page that has the list of applied to jobs ( applications) and then on click on one of the application_id , fetches the application data ?

harishconti commented 1 month ago

Let me know if you are intrested ?

ramyaakella commented 1 month ago

Yes, I would like to work on this issue

harishconti commented 1 month ago

@ramyaakella The data is fetched from gcloud if you want to access let me know your ip address will add to ip exception. Or you can work with json locally.

In discord share ip Username : harish_ng

ramyaakella commented 1 month ago

okay, I will work with the json first

ramyaakella commented 1 month ago
harishconti commented 1 month ago

@ramyaakella The data is fetched from gcloud if you want to access let me know your ip address will add to ip exception.

Or you can work with json locally.then u can create json saving option into temp folder instead of db.

Or let me create a local db image to be usable and update to repo.