This is the web version of EventCademy Android application.
Original Android APK Link By @Yves Kalume
- PHP (Laravel with blade)
- MySql
- Tailwindcss
- Users authentication (register and login)
- Create, Show, Update and Delete an Event
- Update and show user profile
- Reserve place for an event, if event is upcomming
- Get user events
- Get reserved events
- Download the archive or clone the project using git
- Create
.env
file from.env.example
- Run
composer install
andnpm install
- Run
php key:generate
- Run migrations by executing
php artisan migrate
from the project root directory - Start servers by running commands
php artisan serve
andnpm run dev
- Open in browser http://127.0.0.1:8000