GithubHelp home page GithubHelp logo

artemmatiushenko1 / ecstasify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from khrapkovasyl/ecstasify

0.0 0.0 0.0 2.42 MB

🎵 Prototype of web client for listening to music

Home Page: https://ecstasify.azurewebsites.net/

License: MIT License

Shell 0.14% JavaScript 0.37% TypeScript 98.88% HTML 0.20% Handlebars 0.07% Dockerfile 0.33%
howlerjs mobx mui music-player react typescript music

ecstasify's Introduction

Ecstasify banner

What is Ecastasify🎵

This project is the implementation of an online platform for listening to music by many users through a web client. The user can register on the site, choose a subscription plan, create playlists of tracks, receive notifications about the release of new tracks and even become an author.

Preview

preview

Main features:

  • USER:
    • Create personal account
    • Choose a subscription plan
    • Listen to music
  • ADMIN:
    • Manage and create new users
    • Manage and create authors
    • Manage and create tracks with some metadata
    • Manage and create playlists

Who worked on the project

This project is implemented by a team of 3 developers:

Backend:

Frontend:

Installation

  1. Clone the repo:
git clone https://github.com/KhrapkoVasyl/Ecstasify.git
  1. Install NPM packages for the client:

    cd client
    npm install

    Set up env configuration in the configuration file .env.development for development and .env.production for production under env directory.

    To start the client in the development mode run:

    npm run dev

    To start the client in the production mode run:

    # Build the application:
    npm run build
    
    # And start it in production mode:
    npm run preview
  2. Install NPM packages for the server:

    cd server
    npm install

    Set up env configuration in the configuration file .env.development for development and .env.production for production.

    To start the server in the development mode run:

    npm start:dev

    To start the server in the production mode run:

    # Build the application:
    npm run build
    
    # And start it in production mode:
    npm run start:prod
  3. Open http://127.0.0.1:5173 to view the app in your browser.

Deployments

ecstasify's People

Contributors

artemmatiushenko1 avatar bogdan-zinovij avatar danilbyaliy avatar khrapkovasyl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.