{"id":18771179,"url":"https://github.com/ksatriow/open-book-api","last_synced_at":"2026-04-10T17:03:16.356Z","repository":{"id":192972529,"uuid":"401087884","full_name":"ksatriow/open-book-api","owner":"ksatriow","description":"Open book api, free for testing mobile or web","archived":false,"fork":false,"pushed_at":"2021-08-29T17:17:23.000Z","size":1659,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T07:43:57.403Z","etag":null,"topics":["expressjs","nodejs","postgresql","sequelizejs"],"latest_commit_sha":null,"homepage":"https://openbookapi.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ksatriow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-08-29T16:21:42.000Z","updated_at":"2021-08-29T23:28:47.000Z","dependencies_parsed_at":"2023-09-06T07:06:01.688Z","dependency_job_id":null,"html_url":"https://github.com/ksatriow/open-book-api","commit_stats":null,"previous_names":["ksatriow/open-book-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fopen-book-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fopen-book-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fopen-book-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatriow%2Fopen-book-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksatriow","download_url":"https://codeload.github.com/ksatriow/open-book-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239678163,"owners_count":19679211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","nodejs","postgresql","sequelizejs"],"created_at":"2024-11-07T19:23:43.080Z","updated_at":"2025-12-12T05:30:17.347Z","avatar_url":"https://github.com/ksatriow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OPEN BOOK API\n\nPublicly available application programming interface book\n\n## Features\n\n- Javascript\n- Node\n- PostgreSQL\n- Express\n- Sequalize\n- REST API\n- Heroku\n\n## Procedure\n\n- Install all dependency -\u003e npm install\n- Configure your database in config.json\n- Create your database with -\u003e sequelize db:create\n- Migrate your table with -\u003e sequelize db:create\n- Run the code with -\u003e npm run start\n\n### GET Routes\n\n- base url -\u003e \u003chttps://openbookapi.herokuapp.com/\u003e\n\n### Get All Book\n\n- /books\n\n### Get A Book\n\n- /books/id\n\n### Post A Book\n\n- /books/create\n\n    ```json\n    {\n      \"isbn\": \"111-222-333-4\",\n      \"judul\": \"Android Expert\",\n      \"sinopsi\": \"Mastering modullarization\",\n      \"penulis\": \"Google\",\n      \"genre\": \"Android\"\n    }\n    ```\n\n### Update A Book\n\n- /books/id\n\n    ```json\n    {\n      \"isbn\": \"111-222-333-4\",\n      \"judul\": \"Android Expert\",\n      \"sinopsi\": \"Mastering modullarization\",\n      \"penulis\": \"Google\",\n      \"genre\": \"Android\"\n    }\n    ```\n\n### Delete A Book\n\n- /books/id\n\n## Documentation\n\n[Here is the online backend url](https://openbookapi.herokuapp.com/)\n[Here is the online documentation](https://documenter.getpostman.com/view/5826819/TzzHnDMQ)\n\n## Preview\n\n1. Create a book\n![POST](/preview/createbook.png)\n2. Get a book\n![GET](/preview/getabook.png)\n3. Get all book\n![GET](/preview/getallbook.png)\n4. Update book\n![PUT](/preview/updatebook.png)\n5. After update book\n![PUT](/preview/afterupdate.png)\n6. Before delete\n![DELETE](/preview/beforedelete.png)\n7. Delete a book id 3\n![DELETE](/preview/delete.png)\n8. After delete\n![DELETE](/preview/afterdelete.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatriow%2Fopen-book-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksatriow%2Fopen-book-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatriow%2Fopen-book-api/lists"}