Skip to content

🌙 NFTir/Server - 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.

Notifications You must be signed in to change notification settings

NFTir/nftir-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

🌙 NFTir/Server - 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published