Demsley1 / musit_2

App developed as a collaborative effort for Columbia Coding Bootcamp. In the group project we developed an application where user's can collectively share their music interests by liking, creating, and conversing about playlists that are curated by individual users of the application. Individual portions of the work was completed, and then combined to complete the group effort.

Home Page:https://still-ridge-48307.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

A music playlist forum.

mus.it preview

Table of Contents

About the Project

mus.it is a forum for sharing your music taste through playlists. Users can create their own playlists to share with the community. Users can also like and comment on other users' playlists.

Key Features

  • Private user accounts to save playlists created with user's email and password.
  • Genre categories to organize and display exisiting playlists.
  • Edit playlist capabilities.
  • Save playlists created by other users with a 'like' button.
  • Interact with playlists and other users through comment feature.

Built With

Getting Started

Follow these instructions to run mus_it locally:

Prerequisites

This project requires Node.js and a SQL server, like MySQL.

Installation

First, clone or download the code base here.

From your CLI, navigate into the root directory of the codebase. Run the following code block:

npm install

Open the project in your code editor, add a .env file containing your local server name, username, and password.

Once you start your server, the project is ready to launch.

Usage

To use mus.it online, visit mus.it.

You can view exisiting playlists. image

To like, comment, or make your own playlist, begin by creating a user profile. image

Then, navigate to your dashboard and click 'Create Playlist'. A form will prompt you through the steps. image

Enjoy your new music community!

Contributing

mus.it was built by group-e of Columbia Engineering's Full-Stack Coding Bootcamp.

Each person contributed concepts and code throughout the development process. Explore group-e's repositories to see what else we're up to:

License

mus.it is an open-source project created by blossuming 🌸 full-stack developers. License ISC ©2022 by group-e.

Acknowledgements ❣️

Group-e would like to thank our instructional team at Columbia Engineering Full-Stack Coding Bootcamp for their enduring support!

Want to Help?

Do you see something we missed or a more succint and effective way this code can be written? Great! Please reach out to any of the contributors and let us know how we can improve. Thanks in advance for your tips, tricks, and pointers!

About

App developed as a collaborative effort for Columbia Coding Bootcamp. In the group project we developed an application where user's can collectively share their music interests by liking, creating, and conversing about playlists that are curated by individual users of the application. Individual portions of the work was completed, and then combined to complete the group effort.

https://still-ridge-48307.herokuapp.com/


Languages

Language:JavaScript 64.2%Language:Handlebars 24.5%Language:CSS 11.3%