Single page website used in production by a recruiting agency, built using CRUD, advanced patterns and Laravel, Jquery, Sass, MySQL utilities. Candidates can apply directly through a form on the website and can make contact requests, the client receives an email for each application or contact request. The website is mobile responsive.
The website has internationalization using Laravel features, available in English and Romanian. Live versions Demo:
English version Link - Romanian version Link
Currently working on the admin page where the client will manage the database of the candidates' applications and contact requests
- Laravel (PHP Framework)
- MySQL
- Javascript/Jquery
- HTML
- CSS
- Php - I recommend installing xampp but you have other options on their official website
- Node/NPM - Installing Node
Please check the official laravel installation guide for server requirements before you start. Official Documentation
Clone the repository
git clone [email protected]:cristianCeamatu/aurasjobs.ro-laravel.git
Switch to the repo folder
cd aurasjobs.ro-laravel
Install all the dependencies using composer
composer install
Install all the javascript dependencies using npm
npm install
Create the .env file by copying the example and your email account details in order to use the website forms
cp .example.env .env
Start the local development server
php artisan serve
You can now access the server at http://localhost:8000
If you want to use the mail functionality on the forms run:
cp .example.env .env
And then open .env and add you email account details.
TL;DR command list
git clone [email protected]:cristianCeamatu/aurasjobs.ro-laravel.git
cd aurasjobs.ro-laravel
composer install
npm install
php artisan serve
👤 Cristian Viorel Ceamatu
- Email: [email protected]
- Github: https://github.com/cristianCeamatu
- Twitter: https://twitter.com/CristianCeamatu
- Linkedin: https://www.linkedin.com/in/ceamatu-cristian/
Give a ⭐️ if you like this project!
This project is MIT licensed.