Skip to content

zabirauf/ephemeral_share

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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