Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

ntfargo/tir-goapi

Repository files navigation

Project T.I.R GO Lang API

⚠️ This repository is currently under development and is not stable for production use. ⚠️

Introduction

TIR Project is an Open-Source AI-based community educational platform. This project is dedicated to providing an innovative and collaborative platform for learning, with the power of AI at its core. This side is written in Go, but TIR API will be available for other languages as well.

Repositories

Requirements

Installation

$ git clone git@github.com:ntfargo/tir-goapi.git
$ cd tir-goapi
$ make run # or make build ( MinGW-w64 if you are on Windows )

# Servers are running on {ProtocolType}://localhost:5211
# gRPC is running on localhost:50051

Similar API Sides

Contributing

If you'd like to contribute, please follow these simple steps:

  • Fork the repository
  • Make your changes
  • Submit a pull request