- ./api/: Django Rest API FRAMEWORK
- ./deajodido/: Settings, urls, keys and deployment
- ./landing/: General Landing Search
- ./lugares/: Models and views for places
- ./sm/: Super Management and administrative module
- ./static/: FrontEnd Framework dependencies
- ./static/: FrontEnd Framework dependencies
- ./usuarios/: User Models
-
Create virtual enviroment
python3 -m venv venv
-
Initialize virtual enviroment
source venv/bin/activate
-
Upgrade Package Manager (PIP)
pip3 install --upgrade pip
-
Install dependencies
pip3 install -r requirements.txt
-
Setup Postgresql
# remove old database files (If there was any)# install the binary brew install postgresql brew services start postgresql initdb /usr/local/var/postgres /usr/local/opt/postgres/bin/createuser -s postgres brew services start postgresql psql -d postgres -U postgres -c "drop database deajodido;" psql -d postgres -U postgres -c "create database deajodido;" # Check ENVVALS ```
-
Migrate and run
find . -path "*/migrations/*.py" -not -name "__init__.py" -delete find . -path "*/migrations/*.pyc" -delete python3 manage.py makemigrations python3 manage.py migrate python3 manage.py makemigrations landing python3 manage.py migrate python3 manage.py makemigrations lugares python3 manage.py migrate python3 manage.py makemigrations usuarios python3 manage.py migrate python3 manage.py makemigrations sm python3 manage.py migrate
-
SU Creation
python3 manage.py createsuperuser
-
Install redis
sudo apt install redis
-
Import or create .env or enviromental variables
python3 manage.py runserver
De A Jodido es un portal en el cual uno busca diferentes opciones de salidas (viajes, tours, vida noctura, etc.) con base a tu presupuesto y preferencias (+ API's). De igual manera, se podrán armar grupos en la mismo portal para expandir la experiencia social y conocer los gustos y recomendaciones del mismo.
De A Jodido , a diferencia de las actuales plataformas de viajes o salidas, está hecha por, cómo nos gusta decir, hecha por la raza, para la raza. Esto significa que todas nuestras recomendaciones son hechas por usuarios que ya han tenido estas experiencias y de igual manera son calificadas por otros usuarios.
- Nuestra aplicación Permite redescubrir tu ciudad de manera que ajuste a tu presupuesto, mostrándote alternativas a los “lugares de siempre”
- Que la aplicación sea el máximo referente cuando alguien diga “¿qué se arma?”
- Alejandro López, @AleLopezPerez
- Ramón Romero, @RamonRomeroQro