Skip to content

nhanaa/fate-stay-night-api

Repository files navigation

Fate/Stay Night REST API

screenshot

About the project

This project is a REST API to get information from the series famous series Fate Stay Night created by the author Kinoku Nasu and first published as a visual novel by Type-Moon.

This project was built with:

  • TypeScript
  • Express

It is hosted at: https://fsn-api.onrender.com

Local Installation

First clone the repository: git clone https://github.com/nhanaa/fate-stay-night-api.git

Then, to install dependencies: npm install

To start the server, run: npm run start

If you want to watch for file changes: npm run dev

Tests

There are tests written with Jest testing library for the API's endpoints. To run the tests: npm run test

Planned features

  • Adding info from Fate/Zero.
  • Create more detailed info for each main character
  • Adding terminologies and other info.

Releases

No releases published

Packages

No packages published