docs(render): add render deployment button

This commit is contained in:
Ritesh Ghosh
2024-01-22 20:39:20 +05:30
parent a0cdb59f74
commit 9f941f33dd
+9
View File
@@ -91,6 +91,7 @@
- [Docker](#docker) - [Docker](#docker)
- [Host your instance](#-host-your-instance) - [Host your instance](#-host-your-instance)
- [Vercel](#vercel) - [Vercel](#vercel)
- [Render](#render)
- [Documentation](#documentation) - [Documentation](#documentation)
- [GET Anime Home Page](#get-anime-home-page) - [GET Anime Home Page](#get-anime-home-page)
- [GET Anime About Info](#get-anime-about-info) - [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 ### Vercel
Deploy your own instance of Aniwatch API on Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ghoshRitesh12/aniwatch-api) [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ghoshRitesh12/aniwatch-api)
> [!NOTE] > [!NOTE]
> >
> When deploying to vercel, set an env named `IS_VERCEL_DEPLOYMENT` to `true` or anything, but this env should be present. > 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.
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/ghoshRitesh12/aniwatch-api)
## <span id="documentation">📚 Documentation</span> ## <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. 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.