v1ctorio / fumo-API

An rest API to obtain fumo images, available at fumo-api.nosesisaid.me

Home Page:http://fumo-api.nosesisaid.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fumo API

Tests

Rest API of images of fumos (japanese plushies) using typescript and fastify.

logo

Contributing

if you would like something to be different or have any suggestion, please open an issue.

⭐ Are apreciated.

Running it locally

Using node

  1. Clone the repo git clone https://github.com/nosesisaid/fumo-api.git
  2. Install dependencies yarn
  3. Copy .env.example to .env
  4. Fill the .env file with your config
  5. Build the project yarn build
  6. Run the project yarn start

Using docker

  1. Pull the image docker pull ghcr.io/nosesisaid/fumo-api:2.0.0
  2. Run the image docker run -e MONGO_URL=<DatabaseUrl> -p <port>:3000 -d ghcr.io/nosesisaid/fumo-api:2.0.0

About

An rest API to obtain fumo images, available at fumo-api.nosesisaid.me

http://fumo-api.nosesisaid.me

License:MIT License


Languages

Language:JavaScript 51.1%Language:TypeScript 44.2%Language:Dockerfile 4.1%Language:Shell 0.6%