Skip to content

movva-gpu/Validity-REST

Repository files navigation

Validity-REST

RESTful API for Validity discord bot.

To install dependencies:

bun install

To run locally:

bun dev

To build with docker on your server:

docker build -t validity-rest .

Then to run the image:

docker run -d -p 80:8080 validity-rest

This project was created using bun init in bun v1.0.32. Bun is a fast all-in-one JavaScript runtime.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published