Titan Explorer is a RESTful API service built with Go that provides a set of endpoints for accessing and manipulating data in the application.
NOTE: This project is still in development.
To install and run the API service, follow these steps:
- Clone the repository:
git clone https://github.com/gnasnik/titan-explorer.git - Copy the
config.toml-examplefile toconfig.tomland modify the configuration settings as needed. - Install dependencies:
go mod tidy - Start the server:
go run main.go
By default, the server runs on port 8080. You can change the port by setting the ApiListen variable.
Feel free to submit issues and enhancement requests.
Titan Explorer is released under the terms of both the MIT License and the Apache2.0.