Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud Resume API Challenge Submission #8

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

JQCVSC
Copy link
Contributor

@JQCVSC JQCVSC commented May 21, 2024

This pull request contains my submission for the Cloud Resume API Challenge. I have implemented a serverless API using Google Cloud Functions and Firestore to serve my resume data in JSON format.
Implementation Details:

Created a Google Cloud Function named resume-api using Node.js 16 runtime.
The Cloud Function fetches resume data stored in a Firestore collection named resume-database.
Integrated GitHub Actions workflow to automatically deploy the Cloud Function whenever changes are pushed to the repository.
Used the google-github-actions/deploy-cloud-functions action to package and deploy the Cloud Function.

Additional Features and Functionalities:

Implemented error handling and appropriate HTTP status codes in the Cloud Function.
Included a package.json file to manage dependencies (@google-cloud/functions-framework and @google-cloud/firestore).
Updated the README.md file with detailed instructions on how to set up the project, deploy the Cloud Function, and test the API.

Testing and Deployment:

The Cloud Function deployment is triggered automatically via the GitHub Actions workflow whenever changes are pushed to the main branch.
The deployed Cloud Function API can be tested by sending a GET request to the following URL : https://us-central1-cloud-resume-api-423120.cloudfunctions.net/function-1

B

Add submission details.
@JQCVSC JQCVSC closed this May 22, 2024
@rishabkumar7
Copy link
Owner

Hi, thank you for your submission.
Not sure if you meant to close this pull request?

@JQCVSC
Copy link
Contributor Author

JQCVSC commented May 22, 2024 via email

@JQCVSC
Copy link
Contributor Author

JQCVSC commented May 22, 2024

I closed the request , is there anything else I need to add to it. I will reopen the request at this point in time. Sorry for any inconvenience and error on my part.

@JQCVSC JQCVSC reopened this May 22, 2024
@rishabkumar7 rishabkumar7 merged commit 1c6a1c5 into rishabkumar7:main May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants