You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added 'hackyourinfo' app - a small web server for students to POST info to as a learning aid in Week 1.
Usage:
- Deploy somehwere (e.g. using now: `now -p -n hackyourinfo`)
- Give URL to users
- Endpoints:
POST /:name.json : Post any JSON body to save info for a student.
GET /:name.json : Retrieve that student JSON body
GET /_all.json : Retrieve all students' info
DELETE /:name.json : Delete one student's info.
DELETE /_all.json : Start over
0 commit comments