Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guacs/dqfy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guacs/dqfy
- Owner: guacs
- Created: 2024-03-09T08:57:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T09:03:58.000Z (9 months ago)
- Last Synced: 2024-03-09T10:23:01.049Z (9 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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