Skip to content

Project for registering and searching for movies via api using Symfony Framework

Notifications You must be signed in to change notification settings

amedeoz/api_store_movies

 
 

Repository files navigation

api_store_movies

Registering and searching for movies via api using Symfony Framework

License: MIT

Changes to run this project quickly:

  • Create an .env file based .env_example file at the root of the project with value:

    DATABASE_URL=mysql://user:password@server:3306/store_movies_week

  • Run command :


composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
symfony serve



  • URL access Swagger:

URL => http://127.0.0.1:8000/api/doc

Show_Swagger

  • List api - endpoints available
php bin/console debug:route

ShowAPI:

  • URL access api:

URL => http://127.0.0.1:8000/

About

Project for registering and searching for movies via api using Symfony Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.4%
  • Shell 12.8%
  • Dockerfile 1.1%
  • HTML 0.7%