Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 534 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 534 Bytes

cloud-resume-challenge-backend

This repository contains the backend code for the Cloud Resume Challenge. The backend is implemented using GCP services such as Cloud Functions, API Gateway, and Firestore. The main features include:

  • Cloud Functions: Serverless functions to handle API requests.
  • API Gateway: To expose the Cloud Functions as RESTful APIs.
  • Firestore: NoSQL database to store resume views count.

Acknowledgments

  • Thanks to the Cloud Resume Challenge community for the inspiration and support.