Wolfie-Home / webserver2

IFTTT-like web server that connects IoT devices, written in Python Flask and ReactJS
6 stars 1 forks source link

Ui #10

Closed cjackie closed 8 years ago

cjackie commented 8 years ago

doing location page. in progress.

Login page looks better now

kbumsik commented 8 years ago

I added GET /api/login (to get current user) and GET /api/location. You could rebase this branch and try using them ;) Please use db_create_default_data.py to create default locations.

kbumsik commented 8 years ago

@cjackie FYI, curl is one of most popular CLI program to make HTTP Request. You can easily make HTTP requests to our server. Using curl, I made a simple API tester program, api_tester.py. You can see sample output (including header) of our API using this!

cjackie commented 8 years ago

Yea. I know curl. But, not sure if I can call it powerful. :p.

For most part, I will trust your implement, and use it according to design document. :smile: