Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Alexandr-web/MusicApplicationPEVN
🎵🎶 This is a musical project written in PEVN
https://github.com/Alexandr-web/MusicApplicationPEVN
Last synced: 2 months ago
JSON representation
🎵🎶 This is a musical project written in PEVN
- Host: GitHub
- URL: https://github.com/Alexandr-web/MusicApplicationPEVN
- Owner: Alexandr-web
- Created: 2022-05-27T22:09:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T15:16:21.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:58:57.897Z (10 months ago)
- Language: Vue
- Homepage:
- Size: 82.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Alexandr-web/MusicApplicationPEVN - 🎵🎶 This is a musical project written in PEVN (Vue)
README
# Music Application PEVN
## Description
This project was created in order to listen not only to your own music, but also to the music of other users. PEVN stack is used here
## Options
### Registration and Login Pages
### Home page
### Listening to playlists
### User favorite audio page
### User audio page
### User playlist page
### User settings page
### Edit playlist page
### Add audio page
### Add playlist page
## ENV Params
```
USER_NAME=myUserDatabaseName
USER_PASSWORD=myUserDatabasePassword
DATABASE_NAME=myDatabaseName
SERVER_PORT=myServerPort
SERVER_HOST=myServerHost
SECRET_KEY=mySecretKey
```## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```