Giter VIP home page Giter VIP logo

smootheeproject's Introduction

Welcome

Smoothee is a tiny but powerful open-source label and artist credition platform made with Node.js, MongoDB, Google Cloud, and hosted on Microsoft Azure.

Features

  • Sign in using local authentication, Instagram or Google.
  • Search for your other users.
  • Chat with your friends in realtime.
  • Like and comment on a feed.
  • API for developers
  • View your/others profile.
  • Follow a particular artist and get notified for his/her activities.
  • Change your profile picture, bio, people who follow you etc.
  • Find people with similar music taste thanks to TensorFlow Magenta

And a lot more to be added soon...

Inspired from Divraj Srivastava's social network.

To Do's

  • Activity feature for user to see follow requests and his/her daily activity.
  • Notifications

Requirements

Installation

Clone the repo locally then install all the dependencies using NPM

$ download or clone this repo
$ cd spruce-master
$ npm i

Before running, we need to add the Instgram and Google API Credentials to the project. Under the config directory of the repo, you will find instagram.js and google.js. We need to add the <CLIENT_ID>, <CLIENT_SECRET> and <host>:<port> with our own API credentials

/** REPLACE YOUR API CREDENTIALS HERE **/
var in_client_id = 'XXXXXXXXXXXXXXXXXX', // <CLIENT_ID>
    in_client_secret = 'XXXXXXXXXXXXXXXXXXXX', // <CLIENT_SECRET>

Now Replace the <host> & <port> with the redirect uri specified in the Instagram API Dashboard and Google API Dashboard. Default is http://localhost:80/account/oauth.

var in_redirect_uri = 'http://localhost:80/account/oauth/:service'

Finally start the MongoDB server in a seperate bash

$ mongod

and then start the spruce server via npm.

$ npm start

smootheeproject's People

Contributors

developfast 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.