/elden-ring-api

Open source API for Elden Ring

Primary LanguageC#MIT LicenseMIT

Elden Ring API

Docker Image Version (latest semver) Codacy branch grade GitHub Workflow Status Discord

This project is work in progress, more categories and other features will be added over time.

Documentation

The documentation can be viewed at eldenring.cubed.gg/swagger

You can view the Trello board to see what's planned and in the works.

Getting started

You will need Docker and MongoDB installed on your system.

You can get a free MongoDB instance from MongoDB Atlas.

docker run -d -p 8080:80 -e MONGO_URI=mongodb://user:pass@host --name EldenRingAPI korrdyn/elden-ring-api