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
- Host: GitHub
- URL: https://github.com/ksatriow/auth-music-api
- Owner: ksatriow
- Created: 2021-08-30T23:08:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T01:20:58.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T07:44:06.914Z (over 1 year ago)
- Topics: api, expressjs, jwt, mysql, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)