Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 316 Bytes

blueberry-server

Usage

  1. Register to the blueberry-server
curl -X POST -d '{"email":"a@a.com","password":"123pass"}' "http://127.0.0.1:3000/api/v1/register"
  1. Login to the blueberry-server
curl -X POST -d '{"email":"a@a.com","password":"123pass"}' "http://127.0.0.1:3000/api/v1/login"