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
- Node v8.5.0^
- MongoDB (mongod) running on local machine
- Rename ".env.example" to ".env" and change the placeholder values to suit your environment.
- Run “npm install”
- Run "npm start"