- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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
List of technologies used within the project
Client
Database
comming soon
instructions on setting up the project locally
To get a local copy up and running, follow these steps.
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 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
You can deploy this project using: https://www.infinityfree.net/
👤 Author
- GitHub: @gordonotieno
- Twitter: @GordonOtieno
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️ and follow me on my github
I would like to thank anyone whose code or Idea was used in this project
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.