An open API service indexing awesome lists of open source software.

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.

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.