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
.envfile and configure to connect to your database. -
If the database is not created, run
php bin/console doctrine:database:createto create it. -
Can run
php bin/console doctrine:migrates:migrateto 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.