diff options
| author | Factiven <[email protected]> | 2023-11-18 10:04:17 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-18 10:04:17 +0700 |
| commit | d8630f8011dab6c81aee0abbd74d88b2e0176d33 (patch) | |
| tree | b72a73ff1695df43464a02249b10f8fe7a443277 /README.md | |
| parent | Update [id].js (diff) | |
| download | moopa-pre-v4.3.0.tar.xz moopa-pre-v4.3.0.zip | |
Update pre-v4.3.0 - Merged Branch pre-push-prev4.3.0 to main (#98)pre-v4.3.0
* Update pre-v4.3.0
* Update aniAdvanceSearch.js
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -110,14 +110,7 @@ git clone https://github.com/DevanAbinaya/Ani-Moopa.git npm install ``` -3. Generate Prisma : - -```bash -npx prisma migrate dev -npx prisma generate -``` - -4. Create `.env` file in the root folder and put this inside the file : +3. Create `.env` file in the root folder and put this inside the file : ```bash ## AniList @@ -142,12 +135,19 @@ DATABASE_URL="Your postgresql connection url" REDIS_URL="rediss://username:password@host:port" ``` -5. Add this endpoint as Redirect Url on AniList Developer : +4. Add this endpoint as Redirect Url on AniList Developer : ```bash https://your-website-domain/api/auth/callback/AniListProvider ``` +5. Generate Prisma : + +```bash +npx prisma migrate dev +npx prisma generate +``` + 6. Start local server : ```bash |