A blogging app using API Platform and ReactJS. This project is still a pre-production release.
This is the API resource for the ReactJS Client.
-
Clone the repository into a directory and cd into that directory:
git clone https://github.com/collierscott/dev-blog-api.git && cd dev-blog-api
-
Run
composer install
-
Create the
.env
file and configure to connect to your database. -
If the database is not created, run
php bin/console doctrine:database:create
to create it. -
Can run
php bin/console doctrine:migrates:migrate
to create the database structure.
Run php bin/console doctrine:fixtures:load
to load data fixtures.
There are some Behat tests. This area is lacking. But, should be enough to provide examples that can be used to write more tests.