Skip to content

ramyak-mehra/Graphql-Django-UrlShortner

Repository files navigation

Welcome to Django+Graphql Urlshortner 👋

License: MIT License Twitter: mehraramyak

A url shortener made using django and graphql

Trial

Website : https://l.vexio.in/graphql
Trial Application Token - f3590125-8ef9-44ac-88fd-d4b02a999795

Usage

Clone the repo

git clone  

Activate virtual environment

virtualenv vevn
source venv/bin/activate(linux)
venv/Scripts/activate(Windows)

Install requirements

pip install -r requirements

Migrate db

python manage.py migrate

Create Superuser

python manage.py createsuperuser

Start the Django Server

python manage.py runserver

It will run the server on localhost at port 8000 (by default)

Author

👤 Ramyak Mehra

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator