Aplicación web para buscar y alquilar habitaciones.
Miembro | Rol | Tareas |
---|---|---|
Juan Pablo Corredor Rodriguez | Frontend | Encargado del diseño, estilos,animaciones y arquitectura de los archivos SASS |
Daniel Eduardo Arrubla Fúnez | Frontend | Encargado de la integración del Login y Registro en el Frontend, como también del componente de anunciar habitación, también encargado de los componentes modales |
Julio César Arroyave Herrera | Frontend | Participó en el prototipado en figma, maquetación del home, implementar filtros de habitaciones |
Fredic Yohany Rojas Parra | Frontend | Aprendió a utilizar React sin tener conocimientos previos de este, para lograr la maquetación del Hader y Footer |
Santiago Arcila Guzmán | Frontend | Maquetó la vista de detalle de habitación y su integracion para traer los datos del backend y el Deploy con Vercel |
Miembro | Rol | Tareas |
---|---|---|
Luis Moises Balderas | Backend | Diseño de las tablas de flujo de la aplicación, la Rest API, la integración con MongoDB y Deploy con Vercel |
Luis Arturo Cruz Cruz | Backend | Crear datos de prueba en la base de datos, documentar el notion, detalles adicionales en el backend |
Nombre | Enlace |
---|---|
Diagrama de Flujo | https://coggle.it/diagram/X2OlSE37tAmRlJyG/t/home-sin-iniciar-sesion |
Diseño Base en Figma | https://www.notion.so/Prototipes-0e25b707d73049ad8ce61451e7944979#9beffc77b6b748f1933b17a685e5b562 |
Página del deploy | https://roomie-finder.vercel.app |
- Hacer fork del proyecto: al dar click al boton fork (ubicado en la parte superior derecha)
- Clonar el proyecto:
git clone https://gitlab.com/<Tu usuario>/buscando-romie
- Instalar las dependencias:
npm install
o usarnpm i
- Ejecutar el proyecto:
npm run dev
- Realizar las mejoras necesarias en una nueva rama y hacer un commit:
git commit -am "<Mensaje del commit>"
o usargit add .
y luegogit commit -m "<Mensaje del commit>"
- Subir los cambios al repositio creado con el fork:
git push origin <rama que se uso>
- Crear un merge request al proyecto original.
Web application to search and rent rooms.
Member | Role | Collaborations |
---|---|---|
Juan Pablo Corredor Rodriguez | Frontend | Responsible for the design, styles, animations and architecture of the style files |
Daniel Eduardo Arrubla Fúnez | Frontend | In charge of the integration of Login and Registration in the Frontend, as well as the component of announcing room |
Julio César Arroyave Herrera | Frontend | Participated in the prototyping, home layout, implementing room filters |
Fredic Yohany Rojas Parra | Frontend | Made the layout of the header and footer |
Santiago Arcila Guzmán | Frontend | Layout the room detail view and its integration to bring backend data and Deploy with Vercel |
Member | Role | Collaborations |
---|---|---|
Luis Moises Balderas | Backend | Design of application flow tables, Rest API, integration with MongoDB and Deploy with Vercel |
Luis Arturo Cruz Cruz | Backend | Create test data in the database, document the notion, additional details in the backend |
Name | Link |
---|---|
Flowchart | https://coggle.it/diagram/X2OlSE37tAmRlJyG/t/home-sin-iniciar-sesion |
Base Design in Figma | https://www.notion.so/Prototipes-0e25b707d73049ad8ce61451e7944979#9beffc77b6b748f1933b17a685e5b562 |
Deploy page | https://roomie-finder.vercel.app |
- Fork the project: by clicking the fork button (located at the top right)
- Clone the project:
git clone https://gitlab.com/<your username>/backend-intellegent-tourism-system.git
- Install dependencies:
npm install
or usenpm i
- Run the project:
npm run dev
- Do the necessary improvements and make a commit:
git commit -am "<commit message>"
or usegit add .
and thengit commit -m "<commit message>"
- Upload changes to the repository created with the fork:
git push origin <rama que se uso>
- Create a merge request to the original project.