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

https://github.com/ksatriow/auth-music-api

Build a Node.js Express Rest API Music that supports Token Based Authentication with JWT (JSONWebToken) and MySQL
https://github.com/ksatriow/auth-music-api

api expressjs jwt mysql nodejs

Last synced: 2 months ago
JSON representation

Build a Node.js Express Rest API Music that supports Token Based Authentication with JWT (JSONWebToken) and MySQL

Awesome Lists containing this project

README

          

# MUSIC API

Build a Node.js Express Rest API Music that supports Token Based Authentication with JWT (JSONWebToken) and MySQL

## Tech

- Node js
- Express js
- MySQL
- Postman
- JWT

## Procedure

- clone this project first
- open project folder
- install dependency with -> npm install
- create the database using -> musicdb.sql
- configure the env
- run the project with -> npm run dev

## Api Docs

[Postman Music Api Docs](https://documenter.getpostman.com/view/5826819/U16bxV53)