Giter Site home page Giter Site logo

alfredomtx / laragigs-job-posting-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 314 KB

A simple job listing app built with Laravel, this is my first contact with PHP's Laravel framework, the first project I built with it.

Shell 0.70% PHP 75.76% JavaScript 0.45% Blade 23.08%
job-listing laravel mysql php

laragigs-job-posting-app's Introduction

๐Ÿ˜ What is this project?

It's a simple job posting app built with Laravel.

It is my first contact with PHP's Laravel framework, and I was really chocked on how amazing the framework is and how easy it makes building web applications.

This project is from the YouTube "Laravel From Scratch 2022" course.

The main technologies are:

  • PHP
  • Laravel
  • MySQL database
  • Tailwind CSS

Alt text

Usage

Database Setup

This app uses MySQL. To use something different, open up config/Database.php and change the default driver.

To use MySQL, make sure you install it, setup a database and then add your db credentials(database, username and password) to the .env.example file and rename it to .env

Migrations

To create all the necessary tables and columns, run the following

php artisan migrate

Seeding The Database

To add the dummy listings with a single user, run the following

php artisan db:seed

File Uploading

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

Running the App

Upload the files to your document root, Valet folder or run

php artisan serve

laragigs-job-posting-app's People

Contributors

alfredomtx avatar

Watchers

 avatar

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.