This is an api for look-at-me platform.
The api implements P2P connection using WebRTC standard.
Tech stack: fastify, socket.io.
There is a docker-compose.yml file. It can be used to run application locally. For that you have to download docker-compose.yml. In file's directory run command:
$ docker-compose up -d
After that, the app will be running on port 3000, so the platform will be available at http://localhost:3000/
To run locally, the two repositores have to be cloned:
First of all, install dependecies ($ npm i
) in both directories.
After that, in look-at-me-api directory you should run
$ npm start
Then build ui with
npm run build
and run application with the:
npm run start
Congrats! You have look-at-me platform on localhost:3000.