Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 2.67 KB

README.md

File metadata and controls

80 lines (66 loc) · 2.67 KB

🇦🇷

Proyecto Final CoderHouse || Python

GEEK SPACE

  • Geek Space es un blog en el cual sus usuarios pueden compartir sus opiniones acerca de sus intereses dentro de los sectores del blog.
  • Demo: YouTube
  • Deploy: Geek Space

Instalación de proyecto - Back-End

Cómo ejecutar el proyecto

  • Instalar Python
  • Clonar el proyecto con git clone https://github.com/L-Novelli/GeekSpace
  • Crear entorno virtual con Pipenv o virtualenv y activarlo.
  • Instalar los requerimientos
    pip install -r requirements.txt
  • Ejecutar las migraciones
    $python manage.py makemigrations
    $python manage.py runserver
  • Ejecutar el proyecto
    python manage.py runserver

🇺🇸

CoderHouse Final Project || Python

GEEK SPACE

  • Geek Space is a blog where people can register and post comments, opinions, Tips & Tricks, recomendations, etc about their favourite game, anime, crypto and programming.
  • Demo: YouTube
  • Deploy: Geek Space

Project Instalation - Back-End

How to execute:

  • Install Python
  • Clone project git clone https://github.com/L-Novelli/GeekSpace
  • Create a Virtual Enviroment Pipenv o virtualenv and activate it.
  • Install requirements.txt
    pip install -r requirements.txt
  • Execute migrations
    $python manage.py makemigrations
    $python manage.py runserver
  • Run project
    python manage.py runserver

🚀  Tech Stack

python django html

Devs:

BackEnd | FrontEnd

Tutor: