Home
Softono
BearSchedule

BearSchedule

Open source PHP
15
Stars
3
Forks
14
Issues
1
Watchers
2 weeks
Last Commit

About BearSchedule

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

Platforms

Web Self-hosted

Languages

PHP

Links

BearSchedule

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

Requierements

  • Composer
  • npm via Nodejs
  • php ^8.2

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