Skip to content

zabirauf/ephemeral_share

Repository files navigation

EphemeralShare

Build Status [Build status]

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Docker

You can run the application using the docker file.

  1. Build image docker build . -t ephemeral_share:0.1.0
  2. Run container docker run -it -p 4000:4001 ephemeral_share:0.1.0

About

A file sharing web app using RTC, React and Phoenix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published