Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 456 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 456 Bytes

App for Staff

Installation

  1. Download project repository to your local directory:
git clone [email protected]:jaceksieja/staff
  1. Open your terminal in local project, and execute:
make up

Usage

Endpoint:

https://localhost/sign-up

Body:

{
  "login": "TeSt",
  "password": "strongPassword",
  "position": "developer",
  "phoneNumber": "+48 123 456 789" 
}

Required header

Content-Type: application/json