Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nota30/anime-trivia-api

A small image based anime trivia API built with Typescript and HonoJS.
https://github.com/nota30/anime-trivia-api

anime anime-trivia api honojs nodejs trivia typescript

Last synced: 10 days ago
JSON representation

A small image based anime trivia API built with Typescript and HonoJS.

Awesome Lists containing this project

README

        

# Anime-trivia-api




A small image based anime trivia API built with Typescript and HonoJS.

## Prerequisites

- You can change the port or leave it as **3000** (`src/index.ts` line 7)

# Run the application

> Install the dependencies

Yarn:

```
yarn install
```

NPM:

```
npm install
```

> Start the app:

Using Yarn:

```
yarn build && yarn start
```

Using NPM:

```
npm run build && npm run start
```