Skip to content

lukeluluke/symfony_rest_api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published