Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

olivsinz/symfony-4-restful-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symfony-4-restful-api-example

Installation

  • Download the repo
  • Create an .env file based on .env.example in the downloaded project folder
  • Enter database credentials in env file
  • Run composer install to install the project dependencies
  • Run php bin/console doctrine:database:create
  • Run php bin/console doctrine:schema:create
  • Run php bin/console doctrine:fixtures:load to fill the database with dummies users to test the code without creating users at the start

About

Symfony 4 Restful API Example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published