/dqfy

Primary LanguagePython

Running

Installation Instructions

Using PDM

pdm install
source .venv/bin/activate

Using pip

python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt

Running the Server

cd doqfy
python manage.py migrate
python manage.py runserver

Endpoints

  • URL shortener -> /shorten
  • Share snippets -> /shareme