https://github.com/fless-lab/event-manager
Application to manage events.
https://github.com/fless-lab/event-manager
Last synced: about 1 month ago
JSON representation
Application to manage events.
- Host: GitHub
- URL: https://github.com/fless-lab/event-manager
- Owner: fless-lab
- Created: 2022-12-05T14:52:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T14:52:06.000Z (about 3 years ago)
- Last Synced: 2025-03-04T13:47:15.029Z (over 1 year ago)
- Language: PHP
- Size: 17.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Event Manager
Event Manager is a web application with expressive, elegant and user friendly design.
Throw this app you can manage events.
The user structure is simple
- System Administrator
- Event Promoter
- Simple User
This project has been built using the PHP [Laravel](https://laravel.com) framework
## Launch This App Locally
As i've let all parameters including the `.env` available, all you have to do is to follow this steps :
1- Clone the repo :
git clone https://github.com/fless-lab/event-manager.git
2- Install dependencies
composer install
This command will install all dependencies (laravel native dependencies in our case)
3- Create your database
Create a new database (mysql) with the name "event-manager".
You can just modify the `.env` file if you wanna use custom parameters.
4- Migrate and Seed
php artisan migrate:fresh --seed
5- Launch the application
php artisan serve
### My Social Medias
- **[Linkedin](https://www.linkedin.com/in/abdou-raouf-atarmla/)**
## Developper contact
If you wanna contact me for some inqueries, just send an email to [achilleatarmla@gmail.com](mailto:achilleatarmla@gmail.com). Please don't forget to put an object to your mail or it me be sent directly to my spams.
# event-manager