Skip to content

Meters on Demand backend for accessing, searching and updating the skins database.

Notifications You must be signed in to change notification settings

meters-on-demand/mond-api

Repository files navigation

Meters on Demand API

Meters on Demand backend for accessing, searching, updating and adding to the skins database.

Developing or running a local instance of the API

git clone https://github.com/meters-on-demand/mond-api.git
cd mond-api
touch .env

The .env file must contain the following values:

# URL of your mongodb instance or Atlas cluster.
# Defaults to a local mongodb instance
MONGO_URL=mongodb://127.0.0.1:27017/mond
# The port to run the API on
PORT=80
# A GitHub Personal Access Token to use when accessing GitHubs API.
# If not added you will get rate limited by GitHub very quickly.
GITHUB_PAT=
# Uncomment to enable request logging
# LOGGING=TRUE

About

Meters on Demand backend for accessing, searching and updating the skins database.

Resources

Code of conduct

Stars

Watchers

Forks