/jobsmag

JobsMag is a comprehensive system designed specifically for software developers to easily find and apply for developer jobs. This platform enables recruiters to post available vacancies and specify the required technology stack for applicants. Built using PHP and Laravel framework, JobsMag offers a user-friendly experience for recruiters

Primary LanguagePHP

📗 Table of Contents

📖 JobsMag

JobsMag is a system where software developer can find and apply for developer jobs. This system allows recruiters to post the available vacancies and provide required teh stack for applicants

🛠 Built With

Tech Stack

List of technologies used within the project

Client
Database

(back to top)

🚀 Screenshort

Alt text

🚀 Live Demo

comming soon

(back to top)

💻 Getting Started

instructions on setting up the project locally

To get a local copy up and running, follow these steps.

Prerequisites

Setup

Clone this repository to your desired folder:

  Make sure postgres or mysql db is installed in your system.
  Make sure composer is installed.

  cd desired folder
  git clone

Install

Install this project with:

  cd jobsmag
  composer install
  php artisan migrate
  php artisan db:seed

  When uploading listing files, they go to "storage/app/public". Create a symlink with the following command to make them publicly accessible.
  php artisan storage:link

To run the project, execute the following command:

  php artisan serve

Deployment

You can deploy this project using: https://www.infinityfree.net/

(back to top)

Authors

👤 Author

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a ⭐️ and follow me on my github

(back to top)

🙏 Acknowledgments

I would like to thank anyone whose code or Idea was used in this project

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)