/StreamloWebservice

Back end component of my music streaming web application. Created for my final year univeristy project. Powered by React, Node, ExpressJS and Mongodb

Primary LanguageJavaScript

Streamlo Webservice

The streamlo application was created for my final year project at university

You can find the frontend component : Here

Powered by:

  • Node
  • Express
  • MongoDB

Streamlo Web service utillizes a number on NPM modules including:

  • Mongoose
  • Passport
  • Multer
  • Body-Parser
  • Dotenv
  • bcrypt
  • bluebird
  • eslint
  • lodash
  • moment
  • validator
  • chai
  • mocha
  • supertest
  • nodemon
  • nyc (Istanbul)
  • prettier
  • rewire

Local Machine Installation

Prerequisites
  • Node v8.5.0^
  • MongoDB (mongod) running on local machine

OSX/Windows

  1. Rename ".env.example" to ".env" and change the placeholder values to suit your environment.
  2. Run “npm install”
  3. Run "npm start"