Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arizdn234/music-fetch
An example of fetch API with Javascript
https://github.com/arizdn234/music-fetch
backend-service crud-api express-js fetch-api json-api multer-storage
Last synced: 3 months ago
JSON representation
An example of fetch API with Javascript
- Host: GitHub
- URL: https://github.com/arizdn234/music-fetch
- Owner: arizdn234
- Created: 2023-09-28T15:53:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T05:59:53.000Z (5 months ago)
- Last Synced: 2024-08-29T06:51:37.905Z (5 months ago)
- Topics: backend-service, crud-api, express-js, fetch-api, json-api, multer-storage
- Language: JavaScript
- Homepage:
- Size: 82.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment 3 MSIB5 Hacktiv8
## JSON CRUD App> [!IMPORTANT]
> * Tampilan tidak mobile friendly.
> * Banyak blink ketika menggunakan hot reload (contoh: Live Server).## Overview
Ini adalah aplikasi CRUD ke data bertipe json dengan studi data musik. Aplikasi ini merupakan tugas assignment 3 dari materi AJAX dan fetch API pada javascript.
* Demo
* ![demo](./public/demo.gif)
* Lighthouse perfomance report
* ![performance](./public/performance.png)## Requirements
Dependency
* express: 4.18+
* multer: 1.4+## Installation
### Using NPM
```sh
npm install
```
### Using Yarn
```sh
yarn install
```
### Run server
```sh
node server
```
### Port quick access
[http://localhost:3000](http://localhost:3000)## Deployment
aplikasi belum dideploy