Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.31 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.31 KB


NFTir

SUNY OSwego
CSC 482

Overview

NFTir/server is a Golang-based application server, boasts a plethora of RESTful endpoints that facilitate the efficient processing and management of metadata and information pertaining to specific NFTs through the utilization of the NFTGo API stored in an AWS DynamoDB table by NFTir poller agent

Getting Started

Requirement

Clone the repo

git clone https://github.com/NFTir/server.git
cd server

Set up environment variables

At the root of the directory, create a .env file using .env.example as the template and fill out the variables.

Running the project

1.1 Build and run agent locally using Make scripts

make go-build-local

1.2 Run agent locally with hot-reload using Make scripts

make dev-mode
  1. Build and run agent on Docker using Make scripts
make build-app

Resources