Skip to content

Latest commit

 

History

History
184 lines (119 loc) · 4.39 KB

README.md

File metadata and controls

184 lines (119 loc) · 4.39 KB

📗 Table of Contents

💼 Job Board

Job Board is A job board application that allows employers to list jobs and applicants to submit their CVs and receive email notifications.

🛠 Built With

  • Laravel Breeze
  • Laravel Blade
  • PHP
  • AlpineJS
  • MySQL

🖼️ Screenshots







Key Features

  • Create Jobs
  • Apply to jobs
  • Filter jobs by experience or field
  • Register as company
  • Save jobs

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

In order to run this project, you need:

  • Visual Studio Code
  • Node.js
  • Docker

Setup

Clone this repository to your desired folder:

cd <desired folder to contain project>
git clone https://github.com/johnpatrick254/Laravel-job-board
cd <project_folder>

Install

Install project dependencies:

composer install

Usage

Run migrations:

php artisan migrate --seed

Start development server:

php artisan serve

(back to top)

👥 Authors

👤 JOHN PATRICK

(back to top)

🔭 Future Features

  • AI Support

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you found this project useful, please consider giving it a star on GitHub!

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)

```