Skip to content

Simple and clear project management tool. With which it is possible to display one or more projects graphically.

Notifications You must be signed in to change notification settings

santwer/BearSchedule

Repository files navigation

BearSchedule

BearSchedule is a PHP/Laravel Project for easy use to show and share Project schedules.

Requierements

  • Composer
  • npm via Nodejs
  • php ^7.4

Installation

$ git clone https://github.com/santwer/BearSchedule.git
$ cd BearSchedule
$ composer install
$ cp .env.example .env
$ php artisan key:generate

Add all add all database connection data to env. Also its possible to add Microsoft Graph API Key. So you are able to login with Mircosoft.

Migrate Database
$ php artisan migrate
config/users.php

It it possible to set up the product, that all Users can find each other or certain do. Base by Mail-Address. The description is in the heading file.

License

MIT