Online job recruitment platform.
MVC, Routing, Middlewares, Authentication and Authorization, Access Control Levels, Templating Engines, Object Relational Models, Database Relationships.
RawPHP
Laravel ORM
MySQL
- Clone this repository in your machine.
- Create a .env file in the project root folder with variables listed in the Environment variables section.
- Navigate to job-recruitment-website folder.
- Install project dependencies > "composer install".
- Create a new schema in your MySQL DDBB and populate it executing "job-recruitment-database.sql".
- Go to http://localhost/job-recruitment-website/public/".
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"
Email: defaultadmin@gmail.com
Password: password
Email: defaultuser@gmail.com
Password: password