Giter Club home page Giter Club logo

diaryquran's Introduction

Diary Qur'an

Introduction

This is the project of implementing backend server with Node.js. The use case is helping user to make a note of reading Al-Qur'an

Dataset

Extract dataset from quran-json by Rio Astamal. Implement ETL processing to be the collection with relational in NoSQL

ETL Processing

The raw dataset is stored in the format of json. After we clone the repo, we try to extract and transform the data using filesystem in node.js. This is the Physical Data of the model which we try to transform into.

Physical Data of Diary Quran

Road Maps

  • CRUD of User with multiple endpoints to support authentication
  • Create and Login user with authentication of JWT
  • Upload image with multer and automatically delete it if the requirements of create/update user is not fulfilled
  • ETL Processing using FileSystem to read data from json
  • Get data and filter the value by using regex
  • Populate with multiple collections. Collection of ayat have more than two references to another collections.
  • Use passport-jwt in every route to integrate the CRUD on Ayat only if user has logged in

Result of Bookmarked Qur'an

{
  "ayat": {
    "ayatNumber": 2,
    "ayatTafsir": "Dalam ayat-ayat berikut ini, Allah memerintahkan kepada Nabi Muhammad dan seluruh kaum Muslimin supaya selalu berlindung kepada Tuhan Pencipta semua makhluk agar terpelihara dari segala macam kejahatan atau akibat kejahatan yang ditimbulkan oleh makhluk-makhluk yang telah diciptakan-Nya.",
    "ayatTranslation": "dari kejahatan (makhluk yang) Dia ciptakan,"
  },
  "surat": {
    "suratName": "الفلق",
    "suratNameLatin": "Al-Falaq",
    "suratNameTranslation": "Subuh",
    "suratNumber": 113
  },
  "message": "Success to add bookmark"
}

diaryquran's People

Contributors

dito-tbs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.