Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (33 loc) · 1.21 KB

DopaMind

Our comprehensive web app for students with ADHD is designed to help improve their focus, organization, and social skills. Our app is an all-in-one solution for students with ADHD, providing them with fun and engaging activities that are tailored to their unique needs.

Setup

To run this application, complete the following steps in your preferred IDE:

  1. Clone the repository and change into the appropriate directory:
git clone https://github.com/xu-jerry/LAHacks2023.git
cd LAHacks2023
  1. In the client folder, create a .env file with appropriate API key(s):
REACT_APP_AAI_API_KEY=<your_AssemblyAI_key>
  1. In the server folder, create a .env file with appropriate API key(s):
COHERE_API_KEY=<your_Cohere_key>
  1. Open two terminal tabs. In the first, run the following:
cd client
npm install
npm start
  1. In the second terminal tab, run the following:
cd server
npm install
npm start
  1. Enjoy! You can see the website at localhost:3000, and the server at localhost:5000/dopamind!

Credits

Created with love by Alan Nguyen, Megan Tieu, Jerry Xu, and Juliet Zhang for LA Hacks 2023.

Used AssemblyAI API and Cohere API.