Cua
Cua đẹp trai
Thành viên BQT
Việt Nam Vô Địch
Administrator
Người Điều Hành
Premium
Người Điều Hành Cấp Cao
Thành Viên VIP
Người Ảnh Hưởng
Người Đưa Tin
Người Chia Sẻ
DienDanIT 2018
Kiểm Duyệt Viên
A music app made with React + Redux + Nodejs demo video:
Features
To run the app with Node.js and MongoDB
Install Node.js (). Any version above 6.0 works fine
Open .env and adjust the MONGODB_URI to your MongoDB server name (localhost normally works if you're running locally).
Build the app
Or
$ docker-compose up
After building the app, frontend and backend servers will be merged into a single server and be available at
Download
[HIDEREPLY]
[/HIDEREPLY]


Features
- login to create and listen to your playlists
- download song when you are logged in
- lazy, paginated fetching
- player play/stop/forward/backward track
- search tracks by name and artist
To run the app with Node.js and MongoDB
Install and start MongoDB ().This app will fetch tracks from an external api, so there is no need for a database to store tracks, but we still need one for creating user's playlists
Install Node.js (). Any version above 6.0 works fine
Open .env and adjust the MONGODB_URI to your MongoDB server name (localhost normally works if you're running locally).
- Run npm install.
- Run npm run dev:client to start the frontend server

- Run npm run dev:server to start the api server
Build the app
- Build manually
Or
- Build with Docker Compose
$ docker-compose up
After building the app, frontend and backend servers will be merged into a single server and be available at
Download
[HIDEREPLY]
Tải Về
[/HIDEREPLY]
Code by anhthii