Skip to content

Latest commit

 

History

History

rest-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

REST API

Local development server

Containerized REST API server for local development on a Linux system.

Prerequisites

Set up

1. Clone the repository

git clone [email protected]:tarkov-database/resources.git && cd resources/rest-api

2. Run the setup script

sh pod-setup.sh

If everything worked, the API should now be accessible via http://localhost:9000

Enjoy! :-)

Usage

You can start the server with

podman pod start rest-api

or stop with

podman pod stop rest-api

To remove the server

podman pod rm rest-api