Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 467 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 467 Bytes

K-API

A small API which returns kpop artists, albums, etc.

Getting Started

# clone it
git@github.com:Thorbenl/K-API.git
cd K-API

# Install dependencies
npm install

# Start MongoDB

# IMPORTANT
You will NEED to set the token private key before launching the application.

Windows & Linux
 - SET kpi_jwtPrivateKey=hello

Mac
 - export kpi_jwtPrivateKey=hello

# Start server
 - npm run start


To do:

- Unit tests
- Expand API
- Proper docs