The network for carers to access information, resources, and the support they need to thrive as carers.
The problem is located in three points:
- Lack of support for carers.
- Giving carers a way to connect and support each other.
- Digitize the "My Book" book.
Creating CAS(Care And Share) App to Improve Information sharing within the carers network and find a place where allows the carers to communicate to each other.
- carers can sign up and login.
- carers can browse and search other 'anonymised' carers.
- carers can request to connect.
- carers can see requests and accept.
- carers can see who they have connected with.
- carers can send messages to their connections.
the App database structure for represent the App tables and the relations between them.
There is the link of the App prototype on figma Here
- Care-And-Share-App/
- backend/
| - controllers/
| | - index.js
| | - test.js
| - database/
| | - build.sql
| | - db_build.js
| | - db_connection.js
| -.gitignore
| -app.js
| -index.js
| -package-lock.json
| -package.json
- frontend/
| - public/
| | - index.html
| | - favicon.ico
| - src/
| | - Components/
| | | - Carers/
| | | - Connections/
| | | - Discussions/
| | | - Filter/
| | | - Header/
| | | - MyCarePlan/
| | | - MyDiary/
| | | - Navbar/
| | | - Profile/
| | | - Search/
| | | - Error/
| | - AppRoutes.CSS
| | - AppRoutes.js
| | - index.js
| - README.md
| - node_modules/
| - package.json
| - .gitignore
- README.md
- node_modules/
- package.json
- .gitignore
- Express.js
- React.js
- postgresql
- CSS3
npm run
npm test (run tests)
Team members: Ishak, Eman, Ahmad-A and Ahmad_M .