Archived: Go to https://github.com/My-Quran-Tajwid/baca
Warning
Do not use for Production app. The API, domains etc. might be changed without prior notice
Server app that I quickly scaffolded using Express Application Generator. If we want to get serius building API, perhaps need to use better framework ie NestJS etc.
npm install
On MacOS or Linux, run the app with this command:
DEBUG=myapp:* npm run dev
On Windows PowerShell, use this command:
$env:DEBUG='myapp:*'; npm run dev
Then, load http://localhost:3000/ in your browser to access the app.
- https://quran-tajwid-api.vercel.app/hafsWord/:surahNumber (Get Word metadata by surah)
- https://quran-tajwid-api.vercel.app/hafsWord/byPage/:pageNumber (Get Word metadata by page)
And probably it will not work since you don't have access to the database.