Code Monkey home page Code Monkey logo

interview-task's Introduction

Laravel Logo

Project Overview

This project is built with Laravel 11.

Prerequisites

Ensure the following prerequisites are met before proceeding with the installation:

PHP 8.2 with the GD extension enabled, MySQL

Installation Instructions

Follow these steps to set up and run the project:

1.Clone the Repository: git clone https://github.com/touhedul/interview-task.git

2.Navigate to the Project Directory: cd interview-task

3.Install Dependencies: composer install

4.Copy Environment Configuration: Duplicate the .env.example file and rename it to .env.

5.Create a Database: Set up a MySQL database for the project.

6.Set Database Credentials: Configure the .env file with appropriate database credentials.

7.Generate Application Key: php artisan key:generate

8.Run Migrations and Seeders: php artisan migrate --seed

9.Create Symbolic Link for Storage: php artisan storage:link

10.Serve the Application: php artisan serve

Install Frontend Dependencies:

1.Open a new terminal window and execute: npm install

2.Compile Frontend Assets: npm run dev

Testing

To run only the Unit tests: php artisan test --filter Unit

To run all the tests: php artisan test

interview-task's People

Contributors

touhedul 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.