This app has been created by Symfony 3.4
as a backend and Angular 5
framework as a frontend using API and its just a Demo App
Follow these steps :
-
1 Clone or Download the Project
$ git clone https://github.com/wiselh/Symfony3-Angularjs.git ProjectName
-
2 Install packages
$ cd backend
then$ composer install
to install all symfony packages.$ cd frontend
then$ npm install
to install all angular packages.
-
3 Setup database
$ cd backend
then$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:update --force
-
4 Finally Run the App
$ php bin/console serve:run
ng serve
Happy Coding