Skip to content

Simple REST API for one entity with layered structure

Notifications You must be signed in to change notification settings

Khutorny/simpleRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony4 Docker Development Stack

This is a lightweight stack based on Alpine Linux for running Symfony 4 into Docker containers using docker-compose.

Build Status

Prerequisites

Container

Installing

run docker and connect to container:

 docker-compose up --build
 docker-compose exec php sh

install latest version of Symfony via composer:

$ composer create-project symfony/website-skeleton .

configure the database connection information in your root directory .env

DATABASE_URL=mysql://root:root@mysql:3306/symfony

call localhost in your browser:

About

Simple REST API for one entity with layered structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published