GithubHelp home page GithubHelp logo

record's Introduction

SOOC_OA

图示

简介

简单的工时统计系统
包含项目,版本,和记录的增删改查
每个项目和版本的工时统计,和图表展示
日历形式展示节假日,已记录,未记录和加班情况 图示

基于

Framework -laravel
Css -bootstrap

环境要求

php>=7.1
mysql>=5.7
composer
npm
git

安装

  1. git clone https://github.com/zhuxiaojin/record.git
  2. composer update
  3. php artisan key:generate
  4. 修改.env的配置为你自己的数据库,同步修改APP_URL等参数,否则图片展示会出问题
  5. 初始化数据库 php artisan migrate
  6. 填充基础数据 php artisan db:seed
  7. 默认账号[email protected] 111111

License

MIT -免费开源,请随意使用

record's People

Contributors

zhuxiaojin avatar

Stargazers

ASLai avatar  avatar MengQiaoZhao avatar Roman Zheng avatar

record's Issues

您好 我在按照操作步骤构建项目的时候再进行php artisan migrate 时出现了如下问题。请问是需要先建一些表吗? 这些表的sql在哪里可以找到。 谢谢!

➜ record git:(master) ✗ php artisan migrate

In Connection.php line 664:

SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = work and table_name = sooc_migrations)

In Connector.php line 67:

SQLSTATE[HY000] [2002] No such file or directory

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.