https://github.com/cvisbal0724/apitask

https://github.com/cvisbal0724/apitask

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cvisbal0724
  • Language: Python
  • Default Branch: main
  • Size: 43.9 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

apitask

🐍 Proyecto Django

📦 Requisitos

  • Python >= 3.13
  • virtualenv (opcional, pero recomendado)
  • PostgreSQL

🚀 Instalación rápida

  1. Clona el repositorio:

```bash git clone git@github.com:cvisbal0724/apitask.git cd apitask

Ejemplo de .env:

```env DEBUG=True

DEBUG=True DBNAME=taskdb DBHOST=127.0.0.1 DBUSER=user DBPASSWORD=password DBPORT=5432

```

  1. Correr el proyecto:

python -m pip install -r requirements.txt python manage.py migrate python manage.py runserver

  1. Si desea utilizar mi base de datos se encuentra en la carpeta raiz:

taskdb.backup usuario para el login: cvisbal@mail.com password: 123456

Owner

  • Name: Carlos Visbal
  • Login: cvisbal0724
  • Kind: user

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

requirements.txt pypi
  • Django ==5.2.4
  • asgiref ==3.9.1
  • certifi ==2025.7.14
  • cffi ==1.17.1
  • charset-normalizer ==3.4.2
  • cryptography ==45.0.5
  • django-cors-headers ==3.7.0
  • django-cors-middleware ==1.5.0
  • django-environ ==0.12.0
  • django-oauth-toolkit ==3.0.1
  • djangorestframework ==3.16.0
  • idna ==3.10
  • jwcrypto ==1.5.6
  • oauthlib ==3.3.1
  • psycopg2 ==2.9.10
  • psycopg2-binary ==2.9.10
  • pycparser ==2.22
  • requests ==2.32.4
  • sqlparse ==0.5.3
  • typing_extensions ==4.14.1
  • urllib3 ==2.5.0