Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 696 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 696 Bytes

Symfony Rest Api Practise

This is the practise RESTful API which is built with Symfony3 framework. It allows user to create author, article and manage articles.

Installation

In order to insall and run proejct, please follow the steps below. Please note, parameters.yml file needs to be modified to have correct database confirguation include:

  • database_host
  • database_port
  • database_name
  • database_user
  • database_password

Download Porject

git clone https://github.com/lukeluluke/symfony_rest_api.git 

Get the latest versions of the dependencies

composer update

Running application

php bin/console server:run