This project contains the backend code for Vision Calling, a RTC client
ENV keys are test keys of projects that have limit set on them. These can be used publicly if needed.
- A Postman Collection is included in the collections folder
- Import this collection in postman to access all endpoints available in this project
- Make sure Node is intalled in your machine, Node version 16 was used to host this project.
- Clone this repo using git
- Fill out all the details in .env file with your own details, or use existing one for testing
- Install all project dependencies by running
npm install
on project terminal - Server can be started by running
npm run start
on project terminal - Run
npm run dev
for automatically restarting the node application when any file changes in the directory are detected