https://github.com/ericafenyo/care-hub
Next.js web app to help senior users find caretakers and to facilite networking through outdoor activities and chat functionalities.
https://github.com/ericafenyo/care-hub
nextjs node shadcn-ui typescript
Last synced: 3 months ago
JSON representation
Next.js web app to help senior users find caretakers and to facilite networking through outdoor activities and chat functionalities.
- Host: GitHub
- URL: https://github.com/ericafenyo/care-hub
- Owner: ericafenyo
- License: mit
- Created: 2024-01-29T19:42:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-09T08:51:22.000Z (about 1 year ago)
- Last Synced: 2025-08-08T05:45:29.308Z (12 months ago)
- Topics: nextjs, node, shadcn-ui, typescript
- Language: TypeScript
- Homepage:
- Size: 3.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Senior Hub project
Senior Hub is a web application offering a dedicated platform for senior users to explore wellness tips, plan daily activities, and connect with a supportive community.
The codebase includes features for finding caretakers and facilitating networking through outdoor activities and chat functionalities.
This project consists of a [Next.js](https://nextjs.org/) frontend and a [Spring Framework](https://spring.io) [backend](https://github.com/ericafenyo/senior-hub-api) integrated with **MySQL**.
Read the [documentation]() for setting up and running the backend project.
## Prerequisites
- Node.js 18
## Building and Testing
1. Begin by following the [instructions](#) to build and run the Spring Boot backend.
2. Run this project with the following command:
```bash
npm run dev
```
3. Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.