blueimpact / kucipong

BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

store GET handler for the end user #174

Closed cdepillabout closed 7 years ago

cdepillabout commented 7 years ago

This adds a store GET handler for the end user.

It can be accessed with a URL like the following:

http://localhost:8101/store/1

The frontend/src/pug/store_id.pug template might need some further updates.

This is for #14.

arowM commented 7 years ago

LGTM!