Our app aims to simulate taking input from an EEG device to convert brain signal into music, allowing users to choose their preferred instrument from a list of options.
- Open a terminal window and navigate to the directory where you want to clone the project.
- Run the following command:
git clone https://github.com/rogersi9/NeuroNote.git
- Node.js (v14 or higher)
- go to the "backend" directory
- run
npm install
- run
npm run start:dev
- visit localhost:7070/api to view the documentation of our APIs.
- Node.js (v14 or higher)
- go to the "client2" directory
- run
npm install
(If you get an error, trynpm install --force
) - run
npm start
- visit localhost:3000/api.