Create Project
Intro
Vision API, for video calling and streamings!
Prerequisits
- NodeJS v10.23.0.
- Microsoft Visual Studio Code & MongoDB Setup (including MongoDB Compass IDE).
- intermediate knowledge and good level understanding of JavaScript, ExpressJS, TypeORM along with using MongoDB Compass.
Get the Repository
git clone https://gitlab.com/ascendtis-vision/vision-api.git
Run your Project in Development
Run your project for development:
npm run dev
Build
Build your site for production:
npm run build
After cloning the project do npm install in your working directory.