PHP Classes

File: readme.md

Recommend this page to a friend!
  Classes of Edward Paul   PHP Job Board   readme.md   Download  
File: readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Job Board
Manage job postings via Web pages or an API
Author: By
Last change:
Date: 2 years ago
Size: 2,149 bytes
 

Contents

Class file image Download

<p align="center"><img src="https://raw.githubusercontent.com/infinitypaul/job-board/master/public/images/github.png" /></p> <p align="center">This web app that allows employers post a job and allow freelancers apply for the job.</p> <p align="center"><a href="https://instagram.com/infinitypaul">Creator</a> | <a href="">Getting Started</a></p>

<p>&nbsp;</p>

Download Instruction

  1. Clone the project.
git clone https://github.com/infinitypaul/job-board.git projectname

  1. Install dependencies via composer.
composer install 

  1. Migrate and seed the Database.
php artisan migrate --seed

  1. Run php server.
php artisan serve

> You can also install the Application via Docker:

Pre-requisites

  • Docker running on the host machine.
  • Docker compose running on the host machine.
  1. Clone the project.
git clone https://github.com/infinitypaul/findyourservive.git projectname

  1. Run the testrig.sh file on the Project Root Folder on your terminal/Command Prompt, This script does everything you need to run your this project. It starts up the servers, ensures the database is booted, installs dependencies, runs database migrations, and runs database seeds. These services are exposed to your computer on the standard ports, then you can access your website on http:localhost

Note

1 Visit https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform and copy the script below

><script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places&callback=initAutocomplete"async defer></script>

2 Replace YOUR_API_KEY with yours

3 Locate app.blade.php in the Resources/Views/Layout Directory

4 Add the script to your html head tag


Troubleshooting

  • Port number might be already in use, change from `80` to another number in your `docker-compose.yml` file.
  • If you have any other issues, report them.

Enjoy!

License

The Job Board is open-sourced software licensed under the MIT license