🇦🇷
- 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
- Instalar Python
- Clonar el proyecto con
git clone https://github.com/L-Novelli/GeekSpace - Crear entorno virtual con
Pipenvovirtualenvy 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🇺🇸
- 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
- Install Python
- Clone project
git clone https://github.com/L-Novelli/GeekSpace - Create a Virtual Enviroment
Pipenvovirtualenvand 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