Struggling with mental stress is a serious problem especially due to the consequences of the pandemic. Poeple during lockdown have very few sources to depend on for support. Motivational videos, Books, and blogs. It is sometimes difficult to open up to people who are very close. Most of the blogs are only for storing and displaying information and are not personalized.
Integrating an advanced Search algorithm with the platform will help people to get similar and personalized posts so that they make a greater impact.
A blog which is structured in such a way that people can share their story of a tough time and how they overcame it. The users can see that people in similar situations as them have survived. Basically, everyone contributes something to the wellness of the mentally stressed people.
- The user navigates to the site and can search for latest stories.
- The stories are retrieved from cloudant.
- User can add his story.
- User can search for similar stories using the search bar.
These instructions will get you a copy of the project up and running on your local machine for development.
Install nodeJS and npm from browser.
A step by step guide to get the software running.
First clone the repository: Open a command line and use the following command.
git clone https://github.com/dheerajrox/AReasonToLive.git
Open a command line and navigate to the root directory
cd AReasonToLive
then use the following commands to start the back-end.
cd back-end
npm install
node app
Server running at http://127.0.0.1:5000/
Open another command line and navigate to the root directory
cd AReasonToLive
then use the following commands to start the front-end.
cd front-end
npm install
npm start
Server will start at localhost:3000
Now open the server at http://localhost:3000
- IBM Cloudant - The NoSQL database used
- Dheeraj Vagavolu