echonesis opened a new pull request, #605:
URL: https://github.com/apache/burr/pull/605

   ## Changes
   Adding the first part of #390 — deploying Burr applications to Vercel 
(serverless, one-click).
   
   This PR introduces:
   - `examples/deployment/vercel/README.md` with step-by-step instructions
   - `POST` test examples
   
   ## How I tested this
   Tested & verified on a free Vercel account: 
https://test-burr-vercel.vercel.app
   
   Demo request works:
   ```bash
   curl -X POST https://test-burr-vercel.vercel.app/api/counter \
     -H "Content-Type: application/json" \
     -d '{"number": 5}'
   ```
   
   ## Notes
   Developers could use 2 methods:
   - Vercel CLI
   - GitHub Link
   
   ## Checklist
   
   - [x ] PR has an informative and human-readable title (this will be pulled 
into the release notes)
   - [x ] Changes are limited to a single goal (no scope creep)
   - [x ] Code passed the pre-commit check & code is left cleaner/nicer than 
when first encountered.
   
   N/A:  (Since this PR is used for deployment, no functionality changes are 
included.)
   - [ ] Any _change_ in functionality is tested
   - [ ] New functions are documented (with a description, list of inputs, and 
expected output)
   - [ ] Placeholder code is flagged / future TODOs are captured in comments
   - [ ] Project documentation has been updated if adding/changing 
functionality.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to