- Hosted: https://stephen-king-api.onrender.com/
⚠️ API is in ongoing development - Authors: Hunter Van Lear
This is an open-source API that provides Novela, Short Story, character(currently limited to villains), and setting information for the written works of Stephen King. This information is publicly sourced; I do not claim to own.
All routes are GET routes
- GET /api/books - get all books
- GET /api/shorts - get all short stories
- GET /api/villains - get all villians
- Node
- Express
- Typescript
- Postgres
- Prisma ORM
- Hosted on Render
I welcome any and all contributions! Feel free to submit a Pull Request with your changes to make this a better API for everyone!
- Clone and download [GitHub repo]
- Install dependencies:
npm i - configure .env with database URL
Standard MIT