Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/santwer/BearSchedule
- Owner: santwer
- Created: 2020-09-03T20:28:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T13:42:55.000Z (4 months ago)
- Last Synced: 2024-09-22T14:37:54.842Z (4 months ago)
- Topics: diagram, diagrams, graph, graphics, laravel, php, planning, project, project-management, projects, release, release-management, scheduler, timeline, vue, vuejs
- Language: PHP
- Homepage:
- Size: 54.9 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- project-awesome - santwer/BearSchedule - Simple and clear project management tool. With which it is possible to display one or more projects graphically. (PHP)
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/)