https://github.com/tranphuquy19/enclave-music-player
API docs (Postman): https://documenter.getpostman.com/view/8217057/T1Ds9bVq?version=latest
https://github.com/tranphuquy19/enclave-music-player
Last synced: 2 months ago
JSON representation
API docs (Postman): https://documenter.getpostman.com/view/8217057/T1Ds9bVq?version=latest
- Host: GitHub
- URL: https://github.com/tranphuquy19/enclave-music-player
- Owner: tranphuquy19
- Created: 2020-07-18T02:57:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T11:28:54.000Z (about 2 years ago)
- Last Synced: 2025-01-13T02:13:46.178Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# enclave-music-player
## 1. Structures:
- `back_end` : Source back-end (**@Christian**)
- `client` : Source front-end (main) (**@Curtis**)
- `enclave-project-js` : Source front-end (secondary) (**@Christian**)## 2. Demo:
### 2.1 Back-end:
- [API 1st (Quy's VPS) - https://api.doraneko.tk/](https://api.doraneko.tk/)
- [API 2nd (AWS) - https://aws.api.doraneko.tk/](https://aws.api.doraneko.tk/)### 2.2 Front-end:
- [Curtis' front-end - https://qc2music.doraneko.tk/](https://qc2music.doraneko.tk/)
- [Christian's front-end - http://chris.ui.doraneko.tk/](http://chris.ui.doraneko.tk/)## 3. Documents:
### 3.1 Back-end:
The API implements the model of `REST API` and` GraphQl`:
- [REST API - (Postman docs)](https://documenter.getpostman.com/view/8217057/T1Ds9bVq?version=latest)
- [REST API - (Swagger docs)](https://api.doraneko.tk/docs/)
- [Graphql endpoint & Schemas](https://api.doraneko.tk/graphql)| * | Name | Version |
|-----------|-------------|-------------|
| Platform | NodeJS | 12.x |
| Framework | NestJS | 7.x |
| Database | PostgresSQL | 12.x + 11.x |
| Language | Typescript | es2017 |### 3.2 Front-end: