/SF4REST

Primary LanguagePHP

The simple Rest API application example build on Symfony 4 framework.

Installation

1. Clone repository

git clone https://github.com/romfizz898/SF4REST

2. Dependencies installation

Install project dependencies with composer using the following command in the project folder

composer install

3. Configuration

Use this command to copy the environment variables settings file.

cp .env.dist .env

Then, open .env file and enter database credentials.

Run

php bin/console doctrine:schema:create

to create necessary database structure.