The JobBoard Project @ Epitech

Overview

OneBoard
License

Running

Required

  • Docker
  • Docker Compose
  • Linux, MacOS, or Windows (via WSL2)
  • PHP Composer

(see the laravel docs for more information on how to install these).

Installing & Running

Run the following commands in your terminal:

# install PHP dependencies
composer update
composer install

# use example environment configuration
cp .env.example .env

# start the application in the background
./vendor/bin/sail up -d

# create application key
./vendor/bin/sail artisan key:generate

# create the database and populate it with fake data
./vendor/bin/sail artisan migrate
./vendor/bin/sail artisan db:seed

# launch the front-end build
./vendor/bin/sail npm install
./vendor/bin/sail npm run dev

# Run this to stop the application
./vendor/bin/sail stop

This project is compatible with VSCode Dev Containers.

Documentation

Database

The following command starts a session in the mysql container:

./vendor/bin/sail mysql

The database may be cleared using:

./vendor/bin/sail artisan db:clear

Users

When using the fake data generated by artisan db:seed, all users uses the password default. One admin is choosen at random among them, so the get the email of the admin user run the following SQL statements:

USE `jobboard`;
SELECT `email` FROM `users` WHERE `is_admin` = 1;

License

The MIT License (MIT)

Copyright © 2022 Melvin Courjaud, Yanis Guaye

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

You might also like...
Camdram is an open source project developed by a team of volunteers for the benefit of the Cambridge student theatre community

Camdram is an open source project developed by a team of volunteers for the benefit of the Cambridge student theatre community. We use this repository to host the code that runs Camdram and to co-ordinate our work, however we welcome anyone to contribute bugs and suggest new features.

A sample project to showcase a real world example and benchmarks for crowphp

CrowPHP Sample project This project is to showcase an example of how a real world project might look like. It has two basic endpoints to show-case the

COP4331 Class Project 1 - "ConnectUs" virtual contact manager/Rolodex

ConnectUs COP4331 Class Project 1 - "ConnectUs" virtual contact manager/Rolodex Team Members Orion (Project Manager) Eric (Database) Rafael (API/Backe

ShellHacks 2021 Project: URide is a carpooling app for College students to get to and from campus
ShellHacks 2021 Project: URide is a carpooling app for College students to get to and from campus

ShellHacks 2021 Project: URide is a carpooling app for College students to get to and from campus. Focused on scheduling it matches you to students nearby with similar schedules to alleviate campus parking and emissions.

Sandbox project for the PHPStan workshop

Sandbox project for a PHPStan workshop Installation Requirements Docker Engine Docker Compose Git Bash Getting started Clone this repository (git clon

A project boad for on premises Jira Server

project-board A project board for on premises Jira Server setup run docker-compose run --rm composer install run docker-compose up -d serve Copy .env.

Miniature project for the prediction of land surface brightness temperature / intensity

Project Inferno DEMO VIDEO proj_inferno.mp4 Project Inferno is a miniature project designed to simply predict the brightness temperature / Intensity o

This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess maintenance.

Hostel-Maintenance-System Introduction This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess mainte

Backend repository of libreoupas project, fully written in PHP, using the datas provided by the University.

libreoupas-engine/fst-nancy Description libreoupas est un site Internet permettant aux étudiant de la Faculté des Strasbourg illkirsh d'avoir accès au

Comments
  • Add CRUD operations for companies

    Add CRUD operations for companies

    • Add a company list menu.
    • Add company details menu, which can be accessed by clicking a company's name or icon.
    • Add company edit menu, allows to change general info, add/remove members, transfer ownership, and delete the company.
    • Add company creation menu.
    • Add image-edit custom component.
    • Make custom blade component load their own scripts.

    Closes #6

    enhancement ui/ux REST API 
    opened by MisterPeModder 0
Owner
Yanis Guaye
Yanis Guaye
salah eddine bendyab 18 Aug 17, 2021
Plant Watering Sensor Project for Zigbee Network (based on the Source Code of the DIYRUZ Flower Project - https://github.com/diyruz/flower).

Plant-Watering-Sensor-Zigbee Plant Watering Sensor Project for Zigbee Network (based on the Source Code of the DIYRUZ Flower Project

Andrew Lamchenko 80 Dec 22, 2022
This project processes a small database with php all on a web server. This project uses XAMPP to run the web server and the database.

PHP-introduction This project processes a small database with php all on a web server. This project uses XAMPP to run the web server and the database.

Tyler Jacques 1 Jan 6, 2022
Project template for starting your new project based on the Sulu content management system

Sulu is a highly extensible open-source PHP content management system based on the Symfony framework. Sulu is developed to deliver robust multi-lingua

Sulu CMS 188 Dec 28, 2022
This car rental project system project in PHP focuses mainly on dealing with customers regarding their car rental hours and certain transactions.

Car-Rental Online Car Rental Management System This car rental project system project in PHP focuses mainly on dealing with customers regarding their

Adarsh Kumar Singh 2 Sep 29, 2022
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

Hprose 3.0 for PHP Introduction Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform

Hprose 2k Jan 4, 2023
Issue tracking application extending GitHub's issues and pull requests for the Joomla! project.

Requirements The issue tracker application requires a server running: PHP 7.2 or 7.3 PHP's ext/curl and ext/intl should also be installed MySQL 5.5.3

Joomla! 68 Oct 27, 2022
Internal Quality Assurance Cell, IQAC Project Data Capturing System.

IQAC-DCS-2021 Added AQAR Directory with template pages! Old Readme Internal Quality Assurance Cell, IQAC Project Data Capturing System. Fork Repo Clon

Kashif Raza 4 Jan 4, 2022