Coder Social home page Coder Social logo

motifs-deploy's Introduction


Motifs

A platform for ephemeral audio. Posts made on Motifs disappear in 24 hours!
Explore the docs »

View Live · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact

About The Project

Motifs is a web application where musicians can post ephemeral music. Posts on Motifs are automatically deleted within 24 hours of creation. Users are allowed to bookmark posts while they’re still live and follow their favorite creators. Options for permanent uploads and in app music purchasing are in the works.

Like counts and play counts are kept hidden to create an environment that is more focused on the music than the metrics. We believe musicians shouldn't judge the worth of their art via numbers and graphs!

Motifs Screen Shot

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/TelescopeThieves/motifs-deploy.git
  2. Install Server-Side NPM packages:
  • From the project's root folder on the terminal run
    npm install
  1. Install Client-Side NPM packages:
  • From the project's client folder on the terminal run
    npm install
  1. Create a Cloudinary account. In your Account Details you will find your Cloudinary cloud name, API Key and API secret.
  2. Create a mongoDb account and create a new cluster. Here's a youTube video if you need help.
  3. Navigate to the config folder and create a .env file with the following variables:
PORT = 5000
CLOUD_NAME = Your cloudinary cloud name
API_KEY = Your cloudinary API key
API_SECRET = Your cloudinary API secret
DB_STRING = Your mongoDb cluster connection string
ACCESS_TOKEN_SECRET = A password of your choice
REFRESH_TOKEN_SECRET = A password of your choice
NODE_ENV=development
  1. CD into the root folder from the terminal and run
    npm run dev
  2. CD into the client folder from the terminal and run
    npm start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @TelescpeThieves Email - [email protected]

Project Link: https://github.com/TelescopeThieves/motifs-deploy

motifs-deploy's People

Contributors

telescopethieves avatar

Stargazers

 avatar

Watchers

 avatar

motifs-deploy's Issues

Create user settings page

Backend needs:

  • Endpoints for updating user data like username, email, password etc
  • Endpoint for deleting profile

Secure profile creation

We should be verifying the emails used to created a profile are valid and impose rules for passwords.

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.