Skip to content

lclaros/symfony3-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog

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.

Features to implement

Home Page

Shows the list of endpoints availables in the api

Login

Get the token to use in the request headers

End Points

/user

This enpoint gives us all users basic information

/user/userId

This endpoint gives us all information of a user

/register

Registers a user in the system

/login

Gives us the token to manage users in the system

/logout

Close the session created for the user.

Prerequisites

  • Composer
  • php

Clone && run project

Development tools and scripts

  • Twig php templating
  • php bin/console generate:bundle
  • php bin/console generate:controller

Components developed

  • ProjectBundle
  • ProjectController
  • one and two actions

Available Resources

  • /
  • /one
  • /two

About

Review how to work in a API with symfony 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published