https://github.com/geffrerson7/portfolio-django
Portafolio personal de proyectos
https://github.com/geffrerson7/portfolio-django
bootstrap django docker html javascript python
Last synced: about 2 months ago
JSON representation
Portafolio personal de proyectos
- Host: GitHub
- URL: https://github.com/geffrerson7/portfolio-django
- Owner: Geffrerson7
- License: bsd-3-clause
- Created: 2022-12-07T22:39:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T16:49:26.000Z (about 2 years ago)
- Last Synced: 2025-04-06T10:49:54.645Z (about 1 year ago)
- Topics: bootstrap, django, docker, html, javascript, python
- Language: HTML
- Homepage:
- Size: 9.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django-Portafolio
## Descripción
Es un portafolio donde puedes ver y agregar tus proyectos de programación.
## Instalación local de la aplicación
Clonar el proyecto
```sh
$ git clone https://github.com/Geffrerson7/PORTFOLIO-DJANGO
```
Ir a la carpeta
```sh
$ cd PORTFOLIO-DJANGO
```
Crear un entorno virtual
```sh
$ virtualenv venv
```
Activar el entorno virtual
```sh
# windows
$ source venv/Scripts/activate
# Linux
$ source venv/bin/activate
```
Instalar las librerias:
```sh
(env)$ pip install -r requirements.txt
```
Hacer las migraciones
```sh
# De manera general
(env) $ python manage.py makemigrations
(env) $ python manage.py migrate
```
Una vez concluido, procedemos a iniciar la app
```sh
(env)$ python manage.py runserver
```
Y navegue hasta
```sh
http://127.0.0.1:8000/
```
## Tecnologías y lenguajes utilizados
* **Python** (v. 3.10.7) [Source](https://www.python.org/)
* **Django** (v. 4.1.7) [Source](https://www.djangoproject.com/)
* **django-ipware** (v. 4.0.2) [Source](https://pypi.org/project/django-ipware/)
* **mysqlclient** (v. 2.1.1) [Source](https://pypi.org/project/mysqlclient/)
* **psycopg2-binary** (v. 2.9.5) [Source](https://pypi.org/project/psycopg2-binary/)
* **Bootstrap** (v. 5.2.3) [Source](https://getbootstrap.com/docs/5.3/getting-started/introduction/)
* **Jinja 2** (v. 3.1.2) [Source](https://jinja.palletsprojects.com/en/3.1.x/)
* **gunicorn** (v. 20.1.0) [Source](https://gunicorn.org/)
* **whitenoise** (v. 6.4.0) [Source](https://whitenoise.readthedocs.io/en/latest/)
* **Render** [Source](https://render.com/docs/deploy-django)
## Demo
Para el despliegue del proyecto se utilizó Render y PostgreSQL.
[](https://django-portfolio-4771.onrender.com)
## Autor
- [Gefferson Max Casasola Huamancusi](https://www.github.com/Geffrerson7)