Containerized REST API server for local development on a Linux system.
git clone [email protected]:tarkov-database/resources.git && cd resources/rest-api
sh pod-setup.sh
If everything worked, the API should now be accessible via http://localhost:9000
Enjoy! :-)
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