ACM Hacktoberfest 2020
ACM Development
Access workshop content at TrackIT & use code HTF Development
By the end of this workshop, you will have a good understanding of the following concepts:
- Node.js
- Express
- Serverless
- Cloud functions
After your pull request is approved, your endpoint will be added to our API! You can make a request with the following command:
curl https://us-central1-htf-development.cloudfunctions.net/api/first-last
Example Response =>
{
"discord": "harshasrikara#2033",
"name": "Harsha Srikara",
"email": "[email protected]",
"points": 0
}