Faith Okoth
TalkToMe is a serverless MERN web application that encourages personal journaling. It is a platform that allows you to record and save the pep talks and conversations you have with yourself daily, to help you work through good and bad days.
To run it locally:
# install the backend cd backend npm i #install the client cd client npm i
#for the backend: MONGODB_URI: MONGODB_dbName: JWT_SECRET: # FOR THE CLIENT REACT_APP_BASE_URL= REACT_APP_CLOUD_NAME=
# start the backend end and the client concurrently by: sls offline #for the backend npm start #for the client
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT