TaniLink_Backend

gRPC Documentations : Protobuf

Members :

  • (ML) M283BSY0985 – Kharisma Rizki Wijanarko – Universitas Negeri Semarang
  • (ML) M283BSY1404 – Aditya Yoga Darmawan – Universitas Negeri Semarang
  • (ML) M296BSY1771 – Dimas Saputra – Universitas Pembangunan Nasional “Veteran” Jawa Timur
  • (CC) C296BSY3462 – Mohamad Fasafa Hubaidilah – Universitas Pembangunan Nasional “Veteran” Jawa Timur
  • (CC) C312BSY3988 – Muhammad Naufal Rafif Pratama – Universitas Sebelas Maret
  • (MD) A296BSY2742 – Muhammad Dawam Fakhri – Universitas Pembangunan Nasional "Veteran" Jawa Timur
  • (MD) A130BSY2057 – Muhammad Sultansyah – Politeknik Negeri Lhokseumawe

Prerequisites

To run this program, docker engine is required

  • For Windows
    Docker Desktop
    Download dan Install Docker https://docs.docker.com/desktop/install/windows-install/
  • For Linux
    Install Docker https://docs.docker.com/engine/install/ubuntu/

Usage

Deploy Example

  1. Clone Repo
git clone https://github.com/Topi-Batu/TaniLink_Backend.git
  1. Setting .env
cp env.example .env
nano .env
  1. Deploy with Docker Compose
docker compose up -d
  1. Open
Backend https://localhost:3505
Machine Learning http://localhost:3504

(back to top)