/happyapp

A well-being app designed to help users identify anxiety triggers and soothers. Full-stack MERN with Quotes API.

Primary LanguageJavaScript

How to run:

Install the dependencies:

npm install

Then start the server:

cd backend
nodemon server

Then launch React:

cd happy-app
npm run dev

App will now run at localhost:3000.