Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 449 Bytes

The phpjobs.dev website allows users to find PHP jobs online

How to install and start the project

symfony server:start && \
php bin/console doctrine:schema:create && \
php bin/console doctrine:migrations:migrate && \
yarn install && \
npm run watch

Setup your API credentials

To use the project you need to setup two env. vars with your emploi store credentials, EMPLOI_STORE_CLIENT_ID and EMPLOI_STORE_CLIENT_SECRET.