/job-recruitment-website

job recruitment website platform

Primary LanguagePHP

Job Recruitment website

Online job recruitment platform.

Key features:

MVC, Routing, Middlewares, Authentication and Authorization, Access Control Levels, Templating Engines, Object Relational Models, Database Relationships.

Built With:

RawPHP
Laravel ORM
MySQL

Installing:

  1. Clone this repository in your machine.
  2. Create a .env file in the project root folder with variables listed in the Environment variables section.
  3. Navigate to job-recruitment-website folder.
  4. Install project dependencies > "composer install".
  5. Create a new schema in your MySQL DDBB and populate it executing "job-recruitment-database.sql".
  6. Go to http://localhost/job-recruitment-website/public/".

Environment variables

DB_HOST = "your host"
DB_NAME = job-recruitment
DB_USER = "your database user"
DB_PASSWORD = "your database password"
DB_PORT = "your database port"
DB_CHARSET = "your database charset"
DB_COLLATION = "your database collation"

Users credentials

Default admin.

Email: defaultadmin@gmail.com
Password: password

Default user.

Email: defaultuser@gmail.com
Password: password