Skip to content

andreicotaga/task-manager

Repository files navigation

Task Manager

Make it work:

  • Clone the project using Command Line or downloading the ZIP archive
  • Execute composer install and npm install
Make sure you have an MYSQL instance runing on 127.0.0.1:3306

Otherwise, make the correct changes in .env file for DATABASE_URL var.

Then, execute,

  1. php bin/console doctrine:database:create --if-not-exists
  2. php bin/console doctrine:schema:update --force
  3. php bin/console doctrine:fixtures:load

When everything is done, initialize there server with the following command: php bin/console server:run

You can login as ADMIN and as a USER.

Credentials for ADMIN: admin@example.com/123456

Credentials for any USER: user1@example.com/123456