lunchclass / absolute

Absolute is a web-based O2O(Online to Offline) platform like Siren-Order for Starbucks. We are focused on creating the platform that is portable, cheaper, easier, decentralized and appless.
Apache License 2.0
103 stars 31 forks source link

Add bodyParser #515

Closed hyungheo closed 6 years ago

hyungheo commented 6 years ago

Add bodyParser Module and Test It is needed for handling a request of post

ISSUE=#458

hyungheo commented 6 years ago

Express (>4.0) needs body-Parser to parse request.body which has a specific data such as json or x-www-form-urlencoded when it's handling a POST. I'll include some POST-API

romandev commented 6 years ago

@hyungheo I understand your words. Thank you for explanation. So, please update your commit description and title in more details (applying your previous comment).