Giter VIP home page Giter VIP logo

linky's Introduction

linky

A tool for storing links

Linky is a website for storing links and nothing more, with a focus on simple to use keybinds for the utmost efficiency and ease of use.

Linky is powered by Vue.js on the frontend, and Django-Rest-Framework on the backend.

img

Browser Extensions

chrome

firefox

Install

git clone https://github.com/sbdchd/linky && cd linky

Setup development environment

The django and frontend source files are mounted in docker so changes made locally will update the docker container.

docker-compose -f docker-compose-dev.yml up

# navigate to http://localhost:8080

# stop
docker-compose -f docker-compose-prod.yml down

Setup production environment

Be sure to Rename the .env-example file to .env and add the secrets for production.

docker-compose -f docker-compose-prod.yml up

# navigate to http://localhost

# stop
docker-compose -f docker-compose-prod.yml down

Deploying and redeploying changes to production

# Find the machine name you want to deploy to
docker-machine ls
# Find command to set as active machine (in this case linky-sloth)
docker-machine env linky-sloth
# Set as active
eval $(docker-machine env linky-sloth)
# Deploy everything
docker-compose up -d --build
# Redeploy select service "web" without change others
docker-compose up --no-deps -d --build web

linky's People

Contributors

chdsbd avatar sbdchd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

vaginessa

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.