Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santwer/BearSchedule

Simple and clear project management tool. With which it is possible to display one or more projects graphically.
https://github.com/santwer/BearSchedule

diagram diagrams graph graphics laravel php planning project project-management projects release release-management scheduler timeline vue vuejs

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        







# 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

```sh
$ 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
```sh
$ 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](https://choosealicense.com/licenses/mit/)