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: about 1 month ago
JSON representation

🎵🎶 This is a musical project written in PEVN

Lists

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

Registration
login

### Home page

home page

### Listening to playlists

listening to playlists

### User favorite audio page

user favorite audio page

### User audio page

user audio page

### User playlist page

user playlist page

### User settings page

user settings page

### Edit playlist page

edit playlist page

### Add audio page

add audio page

### Add playlist 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
```