OzDevs is a reverse job board for developers in Australia! This platform is designed to help software developers find jobs in the tech industry across Australia.
- Developer Profiles: Create detailed developer profiles with your location, bio, skills, experience, and contact information
- Messaging System: Communicate with potential employers within the platform.
- Search Profiles: Filter developer profiles by keywords, state, and experience level.
- Clone this repository to your local machine:
git clone https://github.com/your-repo-name.git
- Install project dependencies using Composer:
composer install
- Create a copy of the .env.example file and name it .env:
cp .env.example .env
- Generate a unique application key:
php artisan key:generate
-
Update the .env file with your database configuration. Set the DB_DATABASE, DB_USERNAME, and DB_PASSWORD to match your local database setup
-
Run database migrations to create the necessary tables:
php artisan migrate
- Run the laravel app
php artisan serve
- Compile and bundle front end assets
npm run dev