Coder Social home page Coder Social logo

equipment_system's Introduction

Equipment Management System

Welcome to the Equipment Management System! This project is a full-stack application built with Laravel (backend) and (frontend). Follow the instructions below to set up and run the project on your local machine.

Requirements

Ensure you have the following prerequisites installed on your machine:

  • PHP version 8.1 or above

Installation

System

  1. Clone the Project:

    git clone https://github.com/trustwebmaster/equipment_system.git
  2. Navigate to Project Directory:

    cd equipment_system
  3. Install Laravel Dependencies:

    composer install
  4. Create Database: Create a new database for your project.

  5. Configure Environment: Duplicate the .env.example file to create a new .env file. Open .env and set up your database connection and other configuration parameters.

    DB_CONNECTION=sqlite
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=laravel
    DB_USERNAME=root
  6. Run Migrations and Seed:

    php artisan migrate --seed
    
    
  7. Run Laravel Project:

    php artisan serve 
    
  8. *User Sample Log In Details :

Super Admin

email : [email protected]
pass : 12345678 

Company Admin

email : [email protected]
pass : 12345678

Regular User

email : [email protected]
pass : 12345678

The Project will be accessible at http://localhost:8000.

equipment_system's People

Contributors

trustwebmaster avatar

Watchers

Lucian avatar  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.