Table of Contents
- Check composer is installed
- Check yarn & node are installed
- Clone this project
- Run
composer install
- Run
yarn install
- Run
yarn encore dev
to build assets
- Create your .env.local
- Run
php bin/console d:d:c
- Run
php bin/console d:m:m
- Run
php bin/console d:f:l
- Run
symfony server:start
to launch your local php web server - Run
yarn run dev --watch
to launch your local server for assets (oryarn dev-server
do the same with Hot Module Reload activated)
There is 3 access level to externatic :
- Candidate : He can read job offer and apply to any of them
- Recruiter : He can create job offer and validate candidacy
- Admin : He can access any CRUD
- Home page at localhost:8000/
- Search a job offer at localhost:8000/offer/list
- Read a job offer atlocalhost:8000/offer/id
- Connect at localhost:8000/login
- Register at localhost:8000/register
- Get the profile page at localhost:8000/candidate/mypage
- Get the profile page at localhost:8000/offer/recruiter
- Get the list of the offers at localhost:8000/offer/
- Get the list of the candidates at localhost:8000/candidate/
- Get the list of the partners at localhost:8000/partner/
- Get the list of the recruiter at localhost:8000/recruiter/
- Get the list of the candidacies at localhost:8000/candidacy/
- email :
[email protected]
// password :Admin_123
-
email :
[email protected]
// password :Brubru_123
-
email :
[email protected]
// password :Lucluc_123
-
email :
[email protected]
// password :Tonton_123
-
email :
[email protected]
// password :Virvir_123
-
email :
[email protected]
// password :Thotho_123
-
email :
[email protected]
// password :Marmar_123
-
email :
[email protected]
// password :Toitoi_123
-
email :
[email protected]
// password :Chacha_123
-
email :
[email protected]
// password :Jeje_123
Externatic is a school project created by :
Chrome | Internet Explorer | Edge | Safari | Firefox |
---|---|---|---|---|
Yes | 11+ | Yes | Yes | Yes |
MIT License
Copyright (c) 2019 [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.