Typescript, Node, Javascript
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.
pnpm install
# development
pnpm start:dev
# production
pnpm build
pnpm start:prod
Path | Source | Method | Response | Queries |
---|---|---|---|---|
/api/v1 | characters | GET | All characters | soon |
/api/v1 | characters/:id | GET | Only character by id | -- |
- Unit testing
- GCP deployed