Hi there,
Thank you for being interested in my project. The project is to build a REST API with Symfony for a B2B mobile phone company. The project is part of my Php/Symfony course from OpenClassrooms.
Please let me know what you think about my project. Any thoughts and suggestions are greatly appreciated.
API documentation
API documentation
Clone the repository of this page.Open the folder "P7_api_rest_bilemo" Open .env file and line 27 (database URL) with your own detail. Install Composer if you do not have it yet.
In your cmd, go to the directory where you want to install the project and install dependencies with composer with the commands below:
$ cd some\directory
$ composer install
All dependencies should be installed in a vendor directory.
Create a new database using the command below:$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate
You can import fixture by running the command below:
$ php bin/console doctrine:fixtures:load
$ php bin/console lexik:jwt:generate-keypair
Have a great day!
ChingYi P.C
http://chingyipc.com/