Skip to content

isoheil1/feeder-project

Repository files navigation

Laravel Logo

How To Run Project

  • Install Docker
  • Clone the repository
git clone https://github.com/isoheil1/feeder-project
  • Switch to the repository folder
cd feeder-project
  • Start your development containers
docker-compose up -d
  • Install dependencies
docker-compose exec feeder_app composer install
  • Copy the example env file
cp .env.example .env
  • Generate application key
docker-compose exec feeder_app php artisan key:generate
  • Run the database migrations and seeders
docker-compose exec feeder_app php artisan migrate
docker-compose exec feeder_app php artisan db:seed

You can now access the server at http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages