Giter Club home page Giter Club logo

snapnote.io's Introduction

snapnote.io

Snapnote is a web app for annotating and sharing images hosted at http://snapnote.io and covered by the MIT license.

Tour of Source

The root of the Javascript app is at www/js/main.js which loads the main Snapnote library from www/js/io/snapnote/app/SnapNote.js. The top-level HTML file is www/index.php.

Core graphics are handled by EaselJS with extensions rooted at www/js/easeljs/display.

Saved annotated images are stored as a PNG in an S3 bucket via Storage::post().

Building and Deploying

Run ./deploy.sh to build the project and deploy it to target.

Once built, you can create a docker image and run it via docker build -t snapnote .

Once the container is built, you can run it via the following.

docker run -it -p80:80 -e "AWS_ACCESS_KEY_ID=..." -e "AWS_SECRET_ACCESS_KEY=..." -e "AWS_BUCKET_NAME=..." --rm snapnote

snapnote.io's People

Contributors

morria avatar

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.