Hautzii / ECF02-InternNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Job Offers Application

Description

This is a web application built with Laravel and Tailwind CSS. It allows users to view, create, and manage job offers. Users can log in, register, and access a dashboard.

Installation

  1. Clone the repository: git clone https://github.com/username/project.git
  2. Navigate to the project directory: cd project
  3. Install dependencies: composer install
  4. Copy the .env.example file: cp .env.example .env
  5. Create an empty database for the application
  6. Configure your .env file to allow a connection to the database
  7. Migrate the database: php artisan migrate
  8. Start the local development server: php artisan serve

Usage

  1. Visit the local server at http://localhost:8000
  2. Register a new account to create job offers or just check the offers as a guest user

About


Languages

Language:Blade 50.1%Language:PHP 49.0%Language:JavaScript 0.6%Language:CSS 0.3%