Skip to content

nhanaa/fate-stay-night-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cedae4 · Jan 16, 2023

History

24 Commits
Jan 16, 2023
Jan 16, 2023
Jan 16, 2023
Jan 7, 2023
Jan 16, 2023
Jan 13, 2023
Jan 15, 2023
Jan 16, 2023
Jan 15, 2023
Jan 5, 2023

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