places-app-video-service
Clone and install dependencies:
$ npm install
Create env/development.env
and set environment variables. Follow env/example.env
.
add any additional needed commands and instructions here
$ npm start
node / express server node clusters for workers aws s3 for file uploading
Use the diagram below as an example and starting point
├── /env/ # Environment variables
├── /node_modules/ # 3rd-party libraries and utilities
├── /dist/ # Public distribution folder
│ ├── /videos/ # Videos
├── /server/ # Server source code
│ ├── /clusters/ # Cluster processes
│ ├── download.js # Download worker
│ ├── upload.js # Upload worker
│ ├── server.js # Http server
│ ├── /config/ # Http server config
│ ├── middleware.js # Middleware
│ ├── routes.js # Route handler
├── /utils/ # Utilities
│ ├── /api.js # axios request functions
└── package.json # List of 3rd party libraries and utilities to be installed
└── .eslintrc # ESLint settings
- Microservice Developer: Sepehr Vakili
- Product Owner: Adam Lessen
- Scrum Master: Sepehr Vakili
- Development Team Members: Jordan Tepper, Sepehr Vakili, Andrew Phavichitr, Adam Lessen
See CONTRIBUTING.md for contribution guidelines.