Git Product home page Git Product logo

expiralink's Introduction

expiralink

Links and their expiration. For when you want to remember something, but not forever. It's totally social, and totally web 2.0. It's a game changer, and a disruptor. The expiralink idea is one of change, but not changeover; a new idea wrapped around an old one, and totally modernized for today's web centric omni-connected big data world.

Technologies

This amazing application is built in node.js, because that's what all the cool kids are using now.

To run the site:

  1. cd elweb
  2. npm install
  3. set DEBUG=elweb:*
  4. npm start

The site will be active on http://localhost:3000/

The elweb app expects there to be a redis instance somewhere. It should probably have some sort of graceful failure, or wait time and retry if a redis container isn't found, but you'll want one running anyway. There's an easy way to do this if you have docker installed.

docker pull redis will download the latest redis official image. docker run -d --name redis -p 6379:6379 redis will make redis active on the docker host's port 6379. On Mac you can determine this ip with docker-machine ip, and it will default to 192.168.99.100.

To build in Docker

From repository root directory:

  1. docker build -t elweb .
  2. docker run -d --name elweb -p 3000:3000 elweb
  3. Verify that the container is running: docker ps

To delete the container: docker rm -f elweb The container will be running on the docker host, port 3000. If you have docker-machine installed, you can find this with docker-machine ip default

expiralink's People

Contributors

jbaseheart avatar phillijw avatar pvacca avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

expiralink's Issues

Generate express scaffolding

We need to run "express-generator something" to scaffold out the express app. Still trying to figure out what "something" should be in that command. Also need to clean up unnecessary files while doing that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.