Giter Club home page Giter Club logo

task-management-system's Introduction

工作任務管理平台 Task Management System

使用Laravel框架開發的任務管理系統。幫助使用者組織、分配、追蹤任務,並確保團隊能夠在有限的時間內達成預期的目標。

目錄

背景

練習在Laravel框架下開發會員登入/註冊功能、連接資料庫、讀取資料。

目前還在持續開發當中,目前僅提供以下功能

功能特點

  • 登入/註冊系統
  • 發佈/查看任務

網頁預覽

  • 首頁(未登入)
    image

  • 首頁(已登入)
    image

  • 註冊頁面
    image

  • 發佈任務
    image

  • 查看任務 image

安裝說明

請確保你的環境已安裝以下套件:

  • PHP
  • Composer
  • MySQL
  1. 複製此專案:
git clone https://github.com/[YOUR_GITHUB_USERNAME]/Task-Management-System.git
  1. 在專案目錄中,運行以下命令安裝所需的依賴:
composer install
  1. 配置應用程序的環境變量:
cp .env.example .env

和填寫.env檔案

  1. 生成一組加密金鑰:
php artisan key:generate
  1. 建立資料庫,並在.env檔案中配置資料庫連接

  2. 運行數據庫遷移以建立必要的數據表:

php artisan migrate
  1. 啟動應用程序:
php artisan serve

現在你可以在瀏覽器中訪問http://localhost:8000以開始使用 工作任務管理平台。

task-management-system's People

Contributors

kerycheng avatar

Stargazers

 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.