This service exposes the data used by the frontend of my personal website through a REST API. The data is administered and managed in the backend Dashboard.
Built with Symfony and PostgreSQL.
Personal website : hippolyte-thomas.fr
$ git clone https://github.com/hippothomas/hippolyte-thomas-back
$ cd hippolyte-thomas-back
Create the .env.local file based on .env
$ composer i
$ symfony server:start
$ git config --local core.hooksPath .githooks/
$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate
$ php bin/console app:set-user-roles admin <username>
Contributions, suggestions, bug reports and fixes are welcome!
For new features, filters, or endpoints, please open an issue and discuss before sending a PR.
See the LICENSE file for license rights and limitations (MIT).