Skip to content

beryb/backend

Repository files navigation

BerryBox Backend & Administration

Symfony app for ads management.

Screenshot

Built on

  • Symfony 5.2.1
  • PHP 7.4
  • Node v10.16.3

Development

  • Firstly, connect your Symfony app with DB in .env.local from .env file.

  • Install dependencies:

$ composer install
  • Start server:
$ symfony server:start
  • Run migrations:
$ php bin/console doctrine:migrations:migrate
  • Load fixtures:
$ php bin/console doctrine:fixtures:load
  • Install node modules:
$ yarn install
  • Run yarn watch:
$ yarn encore dev --watch

or just compile once:

$ yarn encore dev

Administration login

  • Path: {SERVER}/admin
  • Username: demo
  • Password: demo