A mental health app designed to uplift and support users through personalized voice memos from loved ones
Run npm install to install depencies for node backend
Navigate to the scripts directory cd scripts and run docker compose up -d (Adjust docker-compose.yml to your database login prefferences)
Navigate to the frontend directory cd frontend and run npm install to install React frontend
In the base directory run npm run dev to start the node server on localhost:3000
Navigate to the frontend directory using cd frontend and start the React frontend using npm run dev, the frontend should be accessible on localhost:5175
In the base directory run npm run electron to start the application
No other action should be necessary