Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 558 Bytes

Simple Symfony 4 Rest api (No extra bundles)

##External helpers:

To run project execute:

git clone https://github.com/Jitra/sf4-rest-no-deps.git
composer install
##Configure your db connection in .env file, then follow
bin/console doctrine:database:create
bin/console doctrine:schema:update --force
bin/console server:start

Api contains swagger documentation at localhost:8000/documentation

Create user account and have fun.