Coder Social home page Coder Social logo

arczi0 / murls Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 618 KB

A simple platform to share your social media accounts as a single link

Home Page: https://murls.pythonanywhere.com/

Python 57.30% CSS 2.98% HTML 39.72%
django linktree-alternative linktree-clone linktree-custom

murls's Introduction

Murls - share your social media accounts

A simple platform to share your social media accounts as a single link

Try on : https://murls.pythonanywhere.com/

Activation link at registration is disabled on pythonanywhere.

Tech Stack

  • Python
  • Django
  • Bootstrap 5

Screenshots

mockup-murls-small

Run Locally

Clone the project

git clone https://github.com/arczi0/murls

Create virtual environment

python -m venv venv

For Windows use:

venv\Scripts\activate

Go to the project directory

cd murls

Install dependencies

pip install -r requirements.txt

Create file to store environment variables

cd murls

Make file

.env

Generate secret key

python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'

Copy output to .env file and save

export SECRET_KEY=[output from previous command]

Setup database

python manage.py makemigrations
python manage.py migrate

Start the server

python manage.py runserver

If you want use this app in local network (eg. on mobile device) edit hosts in settings.py and run:

python manage.py runserver 'YOUR-IP-ADDRESS:PORT'

Roadmap

  • Add custom themes

murls's People

Contributors

arczi0 avatar

Watchers

 avatar

Forkers

burnsedia

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.