Giter Club home page Giter Club logo

dollop-music's Introduction

Dollop Music

Dollop Music is a website made for sharing music and connecting with other artists. Signing up with Dollop comes with many benefits like:

  • Sharing music with all users on the platform
  • Customise your profile and express yourself to connect with other artists.
  • Listening to works by other artist for more inspiration
  • Following other artists to keep up with their work
  • Gain followers and build your own fanbase of listeners

Installation and Usage

The repository contains two separate node projects, one for frontend and the other for backend. Both these projects must be installed separately.

The frontend and backend must be run parallely to achieve suitable results.

Prerequisites

  • Node.js: version 14+

For Frontend:

  • Open Command Prompt/Terminal
  • Navigate to the repository folder using cd command
  • Enter command
cd frontend
  • Enter command
yarn
  • Run the frontend using command
yarn dev

For Backend:

Configuration file

For privacy reasons, the config file is not included in the repo. You can make your own at backend/functions/config.js and give it the following structure:

exports.MONGO_DB_URI = "";

exports.firebaseConfig = {
  apiKey: "",
  authDomain: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: "",
  measurementId: "",
  storageBucket: "",
};

You will get the Firebase config from the Firebase settings => Web app. You will need to enable Storage in Firebase.

You will get the MongoDB URI string from MongoDB Atlas.

Running

  • Open Command Prompt/Terminal in another window
  • Enter command
npm install -g firebase-tools
  • Navigate to the repository folder using cd command
  • Enter command
cd backend
  • Enter command
yarn
  • Run the backend using command
firebase emulators:start --only functions

Requirements

User Requirements: Works on any computer that support a modern browser.
Firebase Account
MongoDB Atlas Account

Screenshots

Dashboard image

Login or Register image

Profile image

Edit Profile image image

Search image image

Contributors Info

dollop-music's People

Contributors

diamondgelato avatar neelansh15 avatar vedantmahadik avatar

Stargazers

 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.