Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 312 Bytes

erlang_demo

A demo server on erlang. Just has two simple routes:

http://loaclhost:8080 http://localhost:8080/login

Install and Start Server

make
./_rel/erlang_demo_release/bin/erlang_demo_release start

Try to Login

curl -i -u "charles:1234" http://localhost:8080/login