Skip to content

mezidia/look-at-me-api

Repository files navigation

look-at-me-api

About repository

This is an api for look-at-me platform.

The api implements P2P connection using WebRTC standard.

Tech stack: fastify, socket.io.

Docker

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/

Run locally

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published