Skip to content

Conversation

@pyprajwal
Copy link

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.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi 👋🏽, thank you for contributing to this project, we will review your changes shortly.

@rishabkumar7
Copy link
Owner

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

@rishabkumar7
Copy link
Owner

@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"
      ]
    }

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.

2 participants