Skip to content

13caroline/carepoint

 
 

Repository files navigation

Carepoint

Within the curricular unit of IT Project, the development of a startup was proposed, in order to understand and learn the process of starting a business, from the creation of an idea and carrying out the value proposition, to its development and application (Financial report).

For this purpose, we developed a platform that allows the interaction of two entities (consumers and care providers) aiming to contribute to the seniors' physical and psychological well-being by strengthening the network of caregivers and valuing the elderly in society as wells of knowledge and experience (Technical report).

Tools

  • Frontend: Vue.js + Vuetify
  • Backend: Node.js
  • Database: MySQL Workbench

How to run the project

  1. Change the database's username and password in Backend/api-server/models/Config/Database_Info.js;
  2. Change the database's username and password in Backend/auth-server/models/Config/Database_Info.js;
  3. Do
cd ./Backend/api-server/
npm i
node ./bin/www 
  1. Do
cd ./Backend/auth-server/
npm i
node ./bin/www 
  1. In MySQL Workbench, run povoamento.sql from Database/povoamento

  2. In MySQL Workbench, run all_queries.sql from Database/sql

  3. Do

cd ./Frontend/web
npm i
node npm run serve

Collaborators

Name
Bruno Veloso
Carolina Cunha
Cecília Soares
Filipa Silva
Hugo Faria
João Diogo Mota
Luís Abreu
Ricardo Ferreira
Rodolfo Silva

University of Minho, Software Engineering (5th Year).

Languages

  • Jupyter Notebook 71.5%
  • Vue 20.3%
  • JavaScript 8.2%