cloud-resume-api icon indicating copy to clipboard operation
cloud-resume-api copied to clipboard

Added my work (https://github.com/pyprajwal/az-cloudresume-api)

Open pyprajwal opened this issue 1 year ago • 1 comments

Short description for your project

This project is an Azure Function that provides a REST API to retrieve sections or the entire resume document stored in Azure Cosmos DB. Users can query for specific sections such as "work," "education," or "skills" via HTTP requests.

Services used

Azure Functions: Serverless function. Azure Cosmos DB: NoSQL database for storing and retrieving resume data. Programming: Python Github action for deployment.

pyprajwal avatar Oct 03 '24 04:10 pyprajwal

thank you @pyprajwal for your submission. I will review and merge.

rishabkumar7 avatar Dec 29 '24 21:12 rishabkumar7

@pyprajwal when I go to the API link it return generic information, is that on purpose?

{
  "basics": {
    "name": "John Doe",
    "label": "Programmer",
    "image": "",
    "email": "[email protected]",
    "phone": "(912) 555-4321",
    "url": "https://johndoe.com",
    "summary": "A summary of John Doe\u2026",
    "location": {
      "address": "2712 Broadway St",
      "postalCode": "CA 94115",
      "city": "San Francisco",
      "countryCode": "US",
      "region": "California"
    },
    "profiles": [
      {
        "network": "Twitter",
        "username": "john",
        "url": "https://twitter.com/john"
      }
    ]
  },
  "work": [
    {
      "name": "Company",
      "position": "President",
      "url": "https://company.com",
      "startDate": "2013-01-01",
      "endDate": "2014-01-01",
      "summary": "Description\u2026",
      "highlights": [
        "Started the company"
      ]
    }

rishabkumar7 avatar Dec 09 '25 15:12 rishabkumar7