Web application that shows real-time brainwave data from database.
- Run virtual database using mysql and google cloud storage in docker.
docker-compose up -d
At initial running, initial data with sample-meg.fif
file is supposed to be created in mysql.
- Run web application
yarn start
- Frontend: Next.js
- Backend: Nest.js
- Database: MySQL(Docker), Google Cloud Storage(Docker)