RESTful API for Validity discord bot.
To install dependencies:
bun installTo run locally:
bun devTo build with docker on your server:
docker build -t validity-rest .Then to run the image:
docker run -d -p 80:8080 validity-restThis project was created using bun init in bun v1.0.32. Bun is a fast all-in-one JavaScript runtime.