Skip to content

filmin/backend-hiring-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages