https://github.com/coderj001/jujutsu-kaisen-api
Like a Pokédex but for JJK. API to fetch data about jujutsu kaisen anime and manga. With a short resume of history of life, images and a table of more specific information of each character.
https://github.com/coderj001/jujutsu-kaisen-api
eslint fastify javascript jujutsu-kaisen typescript
Last synced: about 1 month ago
JSON representation
Like a Pokédex but for JJK. API to fetch data about jujutsu kaisen anime and manga. With a short resume of history of life, images and a table of more specific information of each character.
- Host: GitHub
- URL: https://github.com/coderj001/jujutsu-kaisen-api
- Owner: coderj001
- Created: 2023-10-03T17:17:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T06:54:07.000Z (about 2 years ago)
- Last Synced: 2024-06-07T08:02:57.280Z (about 2 years ago)
- Topics: eslint, fastify, javascript, jujutsu-kaisen, typescript
- Language: TypeScript
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jujutsu Kaisen API
> Typescript, Node, Javascript
### Description
API to fetch data about Jujutsu Kaisen API anime and manga. With a short resume of history of life, images and a table of more specific information of each character.
### Installation
```bash
pnpm install
```
### Running the app
```bash
# development
pnpm start:dev
# production
pnpm build
pnpm start:prod
```
## Paths
| Path | Source | Method | Response | Queries |
| :-----: | :------------: | :----: | :------------------: | :-----: |
| /api/v1 | characters | GET | All characters | soon |
| /api/v1 | characters/:id | GET | Only character by id | -- |
## TODOs
1. Unit testing
2. GCP deployed