Manage events, send/recieve invitations, lost and found list, create polls and so much more ❤️🔥
(still in very early development)
- Timetable (schedule finder with acquaintances) ✔️
- Audit logging ✔️
- Acquaintance System ✔️
- Great design ✔️
- Feedback System ✔️
- [User management] ❌
- [Send Invitations] ❌
- [Send Invites (Accepts/decline)] ❌
- [Guest list] ❌
- and much more
No Ticket (issue) no Servie! That means if there is no issue that is ready for development then don't just start work on something. Detailed Description: TBD ❎
-
Clone this repo
git clone https://github.com/BlubberLounge/EventManager.git
-
Install all dependencies
composer install && npm install
-
Copy
.env.example
, Paste and Rename to.env
. Create Database conenction. Configure as needed.Default DB config DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=bl_eventmanager DB_USERNAME=root DB_PASSWORD=
Do other configuration changes as you need
-
Database migration
php artisan migrate
-
( Start the Development Server )
php artisan serve
-
The OpenAPI/Swagger Api documentation can be found under: /api/doc
-
Generate the documentation via the following command:
php artisan l5-swagger:generate
-
Manage user settings via
settings/users.php
-
Migrate user settings
php artisan settings:migrate
Licensed under the MIT license.