Skip to content

Uxoa/kindtime-equipo-7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation


Our motto: 'We share life with your local elders. Join the community!'

We have developed this marketplace framed in the category of community services to the elderly, contributing to their wellness and their loved ones. Doing so we improve the support of this vulnerable collective.

During COVID-19 times our elders were a part of the population that suffered the most, due to isolation, lack of physical and emotional contact. All of this had a detrimental effect in their mental health and wellbeing overall. That's the main reason why we developed this marketplace. We would like to create a space for them where society will be spending their time with the elderly to give something in return for everything they did when they were younger.


This project is part of Hackathon F5 with 'Fundación La Caixa' as our client. We have 48 hours to create a marketplace with the following guidelines:

1. CHOOSE WHAT YOUR MARKETPLACE IS ABOUT

  • What kind of content are you going to have in it?
  • Who is your target audience?
  • How are you going to improve people's lives?

2. CHOOSE A CATCHY NAME

3. SHAPE THE CONTENT OF YOUR CARDS

  • Which attributes does your card have?
  • Which values could those attributes take?
  • Which attributes are mandatory and which ones aren't?

4. ADD BASIC FUNCTIONALITY

  • Homepage with card lists
  • Show view of a specific card

5. ADD EXTRA FUNCTIONALITIES

  • Contact form to be in touch with the company
  • Search bar
  • About us
  • Contact the client

Table of contents


Team Members

Name Role
Paloma Babot Scrum Master https://github.com/Uxoa
Guillem Martínez Product Owner https://github.com/guillemmj33
Noa Trujillo Developer https://github.com/mintybubblegum
Mila Galiano Developer https://github.com/Beadeavila
Jaume Vidal Developer https://github.com/JaumeViBu
Alexander Romero Developer https://github.com/ChaanChanChan
Valery Suárez Developer https://github.com/ValerySuarez22
Maricarmen Chueco Developer https://github.com/marchuovi
Maria Giménez Developer https://github.com/MeryGF

Screenshots

Mobile home view sketch Mobile show view sketch Mobile home mockup Mobile show mockup
Sketch Home view Sketch Show view Mockup Home view Mockup Show view
Desktop home view sketch Desktop show view sketch Desktop home view mockup Desktop show view mockup

| Desktop home | Desktop show | Desktop about | Desktop show |


Stacks

  • HTML 5
  • CSS 3
  • Tailwind CSS
  • PHP 8.1.10
  • React JS
  • Laravel Framework 9.44.0
  • MySQL
  • Axios

How to install this project

You will need a text editor and perform the following steps:

  1. Clone the project
  https://github.com/kindtime-equipo-7/kindtime-equipo-7.git
  1. Go to the project directory
  cd kindtime-equipo-7
  1. Start MySQL service and create a MySQL database named "kindtime-equipo-7"

  2. Create in the text editor an .env file by copying the contents of .env.example and modify the database name (kindtime-equipo-7 by kindtime-equipo-7)

  3. Install dependencies

  npm install
  composer install
  1. Activate the server and keep this terminal open
  npm run dev
  1. Run the PHP server and keep this terminal open
  php artisan serve
  1. Migrate database
  php artisan migrate:fresh --seed

Tests

To run the API tests, execute the following command(s)

  php artisan test

Screenshot API test 01

  vendor/bin/phpunit tests

Screenshot API test 02


Methodology

  • TDD
  • Agile with SCRUM
  • Pair and solo programming

Next Steps

(in development)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.1%
  • JavaScript 19.5%
  • Blade 18.0%
  • CSS 1.8%
  • HTML 0.7%
  • Shell 0.7%
  • SCSS 0.2%