Important
This version is deprecated. V3 is almost ready. Take a look at #26
Rest API of images of fumos (japanese plushies) using typescript and fastify.
Documentation available at fumo-api.nosesisaid.com/docs
if you would like something to be different or have any suggestion, please open an issue.
- Clone the repo
git clone https://github.com/nosesisaid/fumo-api.git
- Install dependencies
yarn
- Copy
.env.example
to.env
- Fill the
.env
file with your config - Build the project
yarn build
- Run the project
yarn start
- Pull the image
docker pull ghcr.io/nosesisaid/fumo-api:2.0.0
- Run the image
docker run -e MONGO_URL=<DatabaseUrl> -p <port>:3000 -d ghcr.io/nosesisaid/fumo-api:2.0.0