https://github.com/imbios/open-music-api-v3
Backend software for Submission project from Dicoding Academy on Backend Fundamental
https://github.com/imbios/open-music-api-v3
backend dicoding javascript music sql
Last synced: 6 days ago
JSON representation
Backend software for Submission project from Dicoding Academy on Backend Fundamental
- Host: GitHub
- URL: https://github.com/imbios/open-music-api-v3
- Owner: ImBIOS
- Created: 2021-06-30T12:43:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T09:20:31.000Z (about 3 years ago)
- Last Synced: 2025-08-21T17:31:36.089Z (10 months ago)
- Topics: backend, dicoding, javascript, music, sql
- Language: JavaScript
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Music API V3
This project is part of Dicoding Academy submission to complete "Belajar Fundamental Aplikasi Back-End" Course
Please don't reuse it for your submission, this is for educational and open-source purpose.
## Tips
If error in testing happen, query this
```sql
TRUNCATE songs, users, authentications, playlists, collaborations, playlistsongs;
```