Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 470 Bytes

Filmin Backend hiring example project

2 example projects: one using Laravel and another using Symfony. The purpose of this project is to use this code as an example to have a technical debate.

Enpoint create user

This project contains a single endpoint that: given an E-mail and a password, creates a new Filmin user.

POST /users

{
  "email": "string|required",
  "password": "string|required"
}