https://github.com/zevhys/bookshelf-api
Submission from dicoding course back end
https://github.com/zevhys/bookshelf-api
backend bookshelf javascript rest-api
Last synced: 8 months ago
JSON representation
Submission from dicoding course back end
- Host: GitHub
- URL: https://github.com/zevhys/bookshelf-api
- Owner: Zevhys
- License: mit
- Created: 2024-12-30T12:59:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T00:55:54.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:33:57.193Z (over 1 year ago)
- Topics: backend, bookshelf, javascript, rest-api
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bookshelf-api
[](https://www.linkedin.com/in/rakha-djauhari/) [](https://github.com/Zevhys/bookshelf-api/blob/main/LICENSE)  [](https://github.com/Zevhys/bookshelf-api/actions/workflows/codeql.yml) [](https://github.com/Zevhys/bookshelf-api/actions/workflows/eslint.yml) 
Bookshelf API is a project submission for the "Learning to Build Backend Applications for Beginners" class at Dicoding. This project aims to implement a simple API that can be used to manage book data.
# Tech Stack




# Requirements
```bash
# Clone Repository
git clone https://github.com/Zevhys/bookshelf-api .
# Install Dependencies
npm install
# Run The Application
- npm run start
# Running ESLint
- npx eslint .
```