- Notifications
You must be signed in to change notification settings - Fork0
An amazing web app for learn, study Dua from Hadith of Muhammad (SAW) & Quran. Dua by Categories, Sub Categories, Translation, References & many more features.
License
NotificationsYou must be signed in to change notification settings
mrhrifat/dua-ruqyah
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An amazing web app for learn, study Dua from Hadith of Muhammad (SAW) & Quran.
Dua by Categories, Sub Categories, Translation, References & many more features.
Dua by Categories, Sub Categories, Translation, References & many more features.
- NOT Possible now due to database hosting
- Responsive Layout
- Category
- Sub Category
- Dua
- Settings Section
- Dua Translation, Reference
- 100% Performance, 95% Accessibility, 95% Best Practives, 100% SEO
If you are exiting & see how it works in local development machine
- Clone repositories
- Install dependencies (Take a Cup of Coffee!)
- Now you can start the server (If Backend & Database Not Ready you can see only Header)
- Connect to Backend & Database (First Time Only)
- OpenStudio 3T Linux,Compass or anyMongoDB Client
- Connect to
127.0.0.1:27017
- Open Code on Editor & Go to
app/api/category/route.ts
&&app/api/subCategory/route.ts
&&app/api/dua/route.ts
- Hide/Comment 1stPOST() Method & make Visible/Comment Out 2ndPOST() method below of it.
- Download
category, subCategory, dua
DB or JSON File fromProvided URL
- CopyCateogry &&Sub Category &&Dua Array of Object from JSON file
- Paste on
await Category/SubCategory/Dua.insertMany()
- Open Postman/Insomnia
- Write Route
http://localhost:3000/api/category
|http://localhost:3000/api/subCategory
|http://localhost:3000/api/dua
- Select POST Method & Press Send. you can see successful response on success
- Reload Browser/Restart Server & Check Webpagehttp://localhost:3000
- Go tohttp://localhost:3000
- Enjoy!
git clone https://github.com/mrhrifat/dua-ruqyah.gityarn install or yarnyarn devhttp://localhost:3000