The platform allows organizers to create and manage events while making it easier for users to book event tickets. It aims to simplify event management and provide a smooth experience for participants.
Clone the project
git clone https://github.com/Warisaremou/Evenly-Backend.gitGo to the project directory
cd Evenly-BackendInstall dependencies
composer installAdd .env file
cp .env.example .envFill DB_DATABASE= and DB_PASSWORD= in .env file with database name and password
Run additional container to setup database and adminer
docker compose up -dGenerate Application Key
php artisan key:generateRun server
php artisan serveRun migrations
php artisan migrateRun seeders
php artisan db:seed- Adminer (client for DB): http://localhost:8080