diff options
| author | Ritesh Ghosh <[email protected]> | 2024-01-22 20:39:20 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-01-22 20:39:20 +0530 |
| commit | 9f941f33dd7fb64b2a35e9d7f47f9ca4cd2613cb (patch) | |
| tree | 333d88b9ef33b04ef547666a5a73f99a5502d668 | |
| parent | a0cdb59f74d6f1994ba84faa6430933edb505182 (diff) | |
| download | aniwatch-api-9f941f33dd7fb64b2a35e9d7f47f9ca4cd2613cb.tar.xz aniwatch-api-9f941f33dd7fb64b2a35e9d7f47f9ca4cd2613cb.zip | |
docs(render): add render deployment button
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -91,6 +91,7 @@ - [Docker](#docker) - [Host your instance](#-host-your-instance) - [Vercel](#vercel) + - [Render](#render) - [Documentation](#documentation) - [GET Anime Home Page](#get-anime-home-page) - [GET Anime About Info](#get-anime-about-info) @@ -152,12 +153,20 @@ You can also add the `-d` flag to run the container in detached mode. ### Vercel +Deploy your own instance of Aniwatch API on Vercel. + [](https://vercel.com/new/clone?repository-url=https://github.com/ghoshRitesh12/aniwatch-api) > [!NOTE] > > When deploying to vercel, set an env named `IS_VERCEL_DEPLOYMENT` to `true` or anything, but this env should be present. +### Render + +Deploy your own instance of Aniwatch API on Render. + +[](https://render.com/deploy?repo=https://github.com/ghoshRitesh12/aniwatch-api) + ## <span id="documentation">📚 Documentation</span> The endpoints exposed by the api are listed below with examples that uses the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), but you can use any http library. |
