Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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