gektor1 / rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rest-api - Symfony3 (FOSRESTBundle)

========

Installation:

git clone https://github.com/gektor1/rest-api.git
cd rest-api
composer install
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force

Start server

php bin/console server:run

REST API spec: http://localhost:8000/api/doc

About


Languages

Language:PHP 93.7%Language:HTML 6.3%