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
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
There are tests written with Jest testing library for the API's endpoints. To run the tests:
npm run test
- Adding info from Fate/Zero.
- Create more detailed info for each main character
- Adding terminologies and other info.