[go: nahoru, domu]

Skip to content

Mengambil data pokemon lalu disimpan kedalam mongodb

Notifications You must be signed in to change notification settings

yuridimas/pokemon

Repository files navigation

LARAVEL POKE API

take the poke API then save it into MongoDB with a rate limit of 5x in 1 minute and use a bearer token

Requirement

  • php 8.1
  • php mongo extension
  • mongodb
  • postgresql / mysql

Install

composer install
cp .env.example .env

Configuration

php artisan key:generate
DB_MONGO_CONNECTION=mongodb
DB_MONGO_HOST=127.0.0.1
DB_MONGO_PORT=27017
DB_MONGO_DATABASE=pokemon
DB_MONGO_USERNAME=
DB_MONGO_PASSWORD=

Run Project

Command Terminal

php artisan serve

Laragon / Valet

{folder-project}.test

About

Mengambil data pokemon lalu disimpan kedalam mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages