https://github.com/semmidev/node-playlist
homework module 3.1 gigih gen 3.0
https://github.com/semmidev/node-playlist
Last synced: 6 months ago
JSON representation
homework module 3.1 gigih gen 3.0
- Host: GitHub
- URL: https://github.com/semmidev/node-playlist
- Owner: SemmiDev
- Created: 2023-07-18T11:33:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T06:27:09.000Z (over 2 years ago)
- Last Synced: 2023-07-19T07:47:09.905Z (over 2 years ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Module 3.1 MongoDB
## How to run this project?
> I assume you have already installed nodejs & docker/docker-compose locally
```bash
# 1. Run the mongodb server
docker-compose up -d
```
```bash
# 2. Clone or download this repo and cd into it
git@github.com:SemmiDev/node-playlist.git && cd node-playlist
```
```bash
# 3. Install dependencies
npm install
```
```bash
# 4. Run the program
npm run start
```
```bash
# 5. want to run the api server? make sure install rest client extension on your vscode
see: playground.http file
```
```bash
That's it!
```
## Screenshot
### List databases

### List collections

### Mengambil 1 data dari collection artists

### Mengambil 1 data dari collection songs

### Mengambil 1 data dari collection popularsongs

### Menghitung total data di collection artists

### Menghitung total data di collection songs

### Menghitung total data di collection popularsongs
