Skip to content

hippothomas/hippolyte-thomas-back

Repository files navigation

Hippolyte Thomas - Backend

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

Running Locally

$ 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

Configure the project

$ git config --local core.hooksPath .githooks/

Create the database structure

$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate

Add an administrator

$ php bin/console app:set-user-roles admin <username>

Contributing

Contributions, suggestions, bug reports and fixes are welcome!

For new features, filters, or endpoints, please open an issue and discuss before sending a PR.

License

See the LICENSE file for license rights and limitations (MIT).