Skip to content

Backend Services yang di butuhkan dalam kelas Belajar Fundamental Aplikasi Back-End

Notifications You must be signed in to change notification settings

gymie/dicoding-backend-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Cara Penggunaan

  1. Install Docker Link
  2. Pastikan Docker sudah terinstall
$ docker -v
Docker version 19.03.1, build 74b1e89e8a
  1. Clone Repository ini
$ git clone https://github.com/gymie/dicoding-backend-services.git namaproject
  1. Jalankan docker-compose up -d
$ docker-compose up -d
Creating network "namaproject_default" with the default driver
Creating postgres ... done
Creating redis    ... done
Creating adminer  ... done
  1. Untuk Menghentikan Container
$ docker-compose down
  1. Untuk Menjalankan Container Tertentu cth hanya mau menjalankan container postgres saja
$ docker-compose up -d postgres

Postgres

USER : developer
PASSWORD : supersecretpassword
  • Akses CLI Postgres
$ docker exec -it postgres sh
  • Buat database postgres
/ # createdb -U developer testdb
  • Connect ke database
/ # psql -U developer -d testdb
  • Link Command PSQL Link

Adminer

Untuk Management Database Postgres

  • Akses melalu browser
localhost:8090

RabbitMQ

Untuk Management Queue RabbitMQ

  • Akses melalu browser
localhost:5672

About

Backend Services yang di butuhkan dalam kelas Belajar Fundamental Aplikasi Back-End

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published