Skip to content

Et3rnel/phpjobs.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a352929 · Aug 25, 2021

History

28 Commits
Jun 21, 2020
Jun 12, 2020
May 29, 2020
Aug 17, 2020
Jun 1, 2020
Aug 16, 2020
Aug 25, 2021
Jun 12, 2020
May 29, 2020
May 29, 2020
Aug 25, 2021
May 29, 2020
May 30, 2020
May 29, 2020
Aug 16, 2020
Aug 25, 2021
Aug 16, 2020
Aug 16, 2020
Jun 12, 2020
Jun 12, 2020
May 29, 2020
Aug 16, 2020
Jun 12, 2020

Repository files navigation

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.