Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guacs/dqfy


https://github.com/guacs/dqfy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Running

## Installation Instructions

### Using PDM

```bash
pdm install
source .venv/bin/activate
```

### Using pip

```bash

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

### Running the Server

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

# Endpoints

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