SemmiDev / node-playlist

homework module 3.1 gigih gen 3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module 3.1 MongoDB

How to run this project?

I assume you have already installed nodejs & docker/docker-compose locally

# 1. Run the mongodb server
docker-compose up -d
# 2. Clone or download this repo and cd into it
git@github.com:SemmiDev/node-playlist.git && cd node-playlist
# 3. Install dependencies
npm install
# 4. Run the program
npm run start
# 5.  want to run the api server? make sure install rest client extension on your vscode

see: playground.http file
That's it!

Screenshot

List databases

1

List collections

2

Mengambil 1 data dari collection artists

3

Mengambil 1 data dari collection songs

4

Mengambil 1 data dari collection popularsongs

5

Menghitung total data di collection artists

6

Menghitung total data di collection songs

7

Menghitung total data di collection popularsongs

8

About

homework module 3.1 gigih gen 3.0


Languages

Language:JavaScript 100.0%