Giter VIP home page Giter VIP logo

jobsaustralia.tech's Introduction

JobsAustralia.tech Job Seekers

Job matchmaking for job seekers in the Australian IT sector - written in Laravel 5.4 (and 5.5).

Contributors

  • Aaron Horler
  • Ozlem Kirmizi
  • Kim Luu
  • Melissa Nguyen

Setup instructions

Setup your development environment following the official requirements.

Our Linux deployment script is here. This script assumes you've setup the project before.

Clone the repository

git clone https://github.com/jobsaustralia/jobsaustralia.tech.git

cd jobsaustralia.tech

Configure your environment

mv env.example .env

Configure mail

The project requires an outgoing mail driver for basic functionality.

Install

composer install

Migrate, and (optionally) seed

php artisan migrate --seed

Setup employ.jobsaustralia.tech

Follow the setup instructions for the employer site.

Create a symbolic link for resumes

ln -s jobsaustralia.tech/storage/app/public/ employ.jobsaustralia.tech/storage/app/public/

jobsaustralia.tech's People

Contributors

aghorler avatar kimluu1701 avatar rmit-s3476694-melissa-nguyen avatar rmit-s3491115-ozlem-kirmizi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

jobsaustralia.tech's Issues

Remove inline CSS

Inline CSS is considered a security flaw. It's still used, but should be avoided.

We should move all inline CSS to style.css.

The aim is that we can implement a Content Security Policy without the need to inclide unsafe-inline, under the style-src directive.

Remove inline JavaScript

Inline JavaScript is considered a security flaw. It's still heavily used, but should be avoided.

We should move all inline JavaScript to custom.js.

The aim is that we can implement a Content Security Policy without the need to inclide unsafe-inline, under the script-src directive.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.