Skip to content

B1color/headless-cms

 
 

Repository files navigation

Headless CMS

Installation

  1. Clone the repository
  2. Run cd headless-cms/ to navigate to the project directory
  3. Create a .env.local file and set the database connection from .env file
  4. Run composer install
  5. Run php bin/console doctrine:database:create
  6. Run php bin/console doctrine:migrations:migrate
  7. Run php bin/console doctrine:fixtures:load

Launch the server with php bin/console server:start and navigate to API Documentation to see the available routes.


Testing accounts




Made with

Symfony PHP MariaDB APIPlatform

ndnahel - ndelaruelle.fr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.8%
  • Twig 1.1%
  • Other 0.1%