A Symfony project created on October 8, 2016, 7:54 pm. This is an api to register user information(profile) and give us all information that can have a user and we can use to make publicity or another function related to it.
Shows the list of endpoints availables in the api
Get the token to use in the request headers
This enpoint gives us all users basic information
This endpoint gives us all information of a user
Registers a user in the system
Gives us the token to manage users in the system
Close the session created for the user.
- Composer
- php
- git clone ...
- cd my_project_name/
- composer install
- php bin/console server:run
- go to http://localhost:8000/config.php
- Twig php templating
- php bin/console generate:bundle
- php bin/console generate:controller
- ProjectBundle
- ProjectController
- one and two actions
- /
- /one
- /two