This is a simple backend for invitation receive/send application with Symfony.
Make sure that,
- You have Symfony.
- You have Composer.
- PHP
- MYSQL Server (You can use XAMPP)
- Changed your .env file according to factors above
$ git clone https://github.com/serhangursoy/invito-backend.git
$ cd invito-backend
$ composer install
$ php bin/console server:start
$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:diff
$ php bin/console doctrine:migrations:migrate
$ php bin/console server:start
Function call might change on your OS. For windows $ php "vendor/phpunit/phpunit/phpunit"
You can check it from invito-frontend