cloud-resume-api
cloud-resume-api copied to clipboard
Added my work (https://github.com/pyprajwal/az-cloudresume-api)
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.
thank you @pyprajwal for your submission. I will review and merge.
@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"
]
}