The main presence, the website of Tarkov Database which presents the data of the API in a friendly way.
The project follows the KISS principle and focuses on the same things as the REST API: scalability, efficiency, performance, and simplicity. It is also designed as a stateless service for use in a distributed system.
git clone git@github.com:tarkov-database/website.git && cd website
npm i
make statics
Create a file with the name .env
in the root directory and the following content (add the appropriate variables)
export HOST=localhost:8080
export API_URL=http://localhost:9000/v2
export API_TOKEN=<TOKEN>
export SEARCH_HOST=http://localhost:9100
make run
The server should now be accessible via localhost:8080
go install github.com/mgechev/revive@v1