Welcome to WynnVentory, your ultimate tool for managing and keeping track of your Wynncraft items! Below you'll find the necessary setup steps, links, and API documentation to get you started.
To interact with the database, you'll need MongoDB Compass. Follow the steps below:
- Download MongoDB Compass
- Request a MongoDB user on Discord
- Connect to the database using the following URI:
mongodb+srv://<user>:<password>@wynnventory.9axarep.mongodb.net/
Explore and interact with the API using the detailed documentation provided by Postman: API Endpoints
Visit the live site to see WynnVentory in action: wynnventory.com
- Create .env in root of the project
- Paste the following code into .env
ENVIRONMENT=dev
MIN_SUPPORTED_VERSION=1.0.0
PROD_MONGO_URI=mongodb+srv://<user>:<password>@wynnventory.9axarep.mongodb.net/wynnventory
DEV_MONGO_URI=mongodb+srv://<user>:<password>@wynnventory.9axarep.mongodb.net/wynnventory_DEV
ADMIN_MONGO_URI=mongodb+srv://<user>:<password>@wynnventory.9axarep.mongodb.net/wynnventory_admin