Skip to content

Warisaremou/Evenly-Backend

Repository files navigation

EVENLY BACKEND

Description

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.

RUN THE PROJECT LOCALY

Clone the project

  git clone https://github.com/Warisaremou/Evenly-Backend.git

Go to the project directory

  cd Evenly-Backend

Install dependencies

  composer install

Add .env file

  cp .env.example .env

Fill DB_DATABASE= and DB_PASSWORD= in .env file with database name and password

Run additional container to setup database and adminer

  docker compose up -d

Generate Application Key

  php artisan key:generate

Run server

  php artisan serve

Run migrations

  php artisan migrate

Run seeders

  php artisan db:seed

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors