Code Monkey home page Code Monkey logo

squozy's Introduction

Squozy

forthebadge

Squozy, it's all you need. It's a link shortner, simple, fast and secure. For every link we the solution! Share your squozy link, and you're done! Only one click to generate a shortened url

Extend Squozy to create your own custom shortner

Squozy love Django

Fork and clone it!

git clone https://github.com/Remeic/Squozy.git

Configure settings!

private_settings.py: Most important for your salt key SALT_KEY = "Your salt key"

Heroku: if you want deploy it on squozy: rename heroku_local_settings.py to local_settings.py got to your heroku dashboard, get database credential and paste on the correct field

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql',
        'NAME': 'take_it_from_heroku',
        'USER': 'take_it_from_heroku',
        'PASSWORD': 'take_it_from_heroku',
        'HOST': 'take_it_from_heroku',
        'PORT': 'take_it_from_heroku',
    }
}

Thanks to Owanesh for help me in troubleshooting

squozy's People

Contributors

remeic avatar owanesh avatar

Stargazers

Alessandro Paganelli avatar  avatar Alessandro Mesti avatar

Watchers

James Cloos avatar  avatar Alessandro Mesti avatar

squozy's Issues

Add cryptography to stored url

You can implement encryption on the url to the database so that the administrator opening the database does not see the clear url

#hacktoberfest

Rework Squoozy - API

Hi, @Owanesh and I would be happy if Squozy can get a new life!

For the new life we want deploy it serverless, so choose the best way for achieve this goal!

Removing Django is a valid option, totally rewriting it with new programming languages that focus on speed and response time is also a valid option

Important side goal is write REST api and if you want even GraphQL.

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.