Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 305 Bytes

REST API with Symfony and API Platform

A simple project for creating a REST API in Symfony 5 with API Platform

Installation

For configure database connections, please, open .env file

For creating database schema, run :

php bin/console doctrine:schema:create

Go to /api to browse the API