Skip to content

Projet d'école : Plateforme d'offres d'emploi pour un cabinet de recrutement

Notifications You must be signed in to change notification settings

jlegrand-79/2022_09_PHP_Lyon_P3_Externatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Externatic

Externatic

Table of Contents
  1. Clone and run Externatic
  2. Architecture of Externatic
  3. Login to Externatic
  4. Info about Externatic
  5. Browser Support
  6. License

🏃 Clone and run Externatic

Prerequisites

  1. Check composer is installed
  2. Check yarn & node are installed

Install

  1. Clone this project
  2. Run composer install
  3. Run yarn install
  4. Run yarn encore dev to build assets

Create the database

  1. Create your .env.local
  2. Run php bin/console d:d:c
  3. Run php bin/console d:m:m
  4. Run php bin/console d:f:l

Launching

  1. Run symfony server:start to launch your local php web server
  2. Run yarn run dev --watch to launch your local server for assets (or yarn dev-server do the same with Hot Module Reload activated)

(back to top)

🏠 Architecture of Externatic

Organisation

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

Public pages

Candidate page

Recruiter page

Admin pages

(back to top)

🔑 Login to Externatic

Admin

  • email : admin@externatic.com // password : Admin_123

Recruiter

  • email : bruce@wayne-entreprises.com // password : Brubru_123

  • email : lucius@wayne-entreprises.com // password : Lucluc_123

  • email : tony@stark-industries.com // password : Tonton_123

  • email : virginia@stark-industries.com // password : Virvir_123

Candidate

  • email : thomas.besson@mail.com // password : Thotho_123

  • email : marcia.baila@mail.com // password : Marmar_123

  • email : antoine.dupont@mail.com // password : Toitoi_123

  • email : chacha.da.rugna@mail.com // password : Chacha_123

  • email : jeje01@mail.com // password : Jeje_123

(back to top)

📰 Info about Externatic

Our team

Externatic is a school project created by :

  • Amaury Beurrier

  • Charlène Da Rugna

  • Jonas Jallet

  • Jérôme Legrand

  • Charlie Toussaint

Built With

(back to top)

🌏 Browser Support

Chrome Chrome IE Internet Explorer Edge Edge Safari Safari Firefox Firefox
Yes 11+ Yes Yes Yes

(back to top)

🎓 License

MIT License

Copyright (c) 2019 aurelien@wildcodeschool.fr

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.

(back to top)

About

Projet d'école : Plateforme d'offres d'emploi pour un cabinet de recrutement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published