Skip to content

pepegx/NeuroCoach

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuroCoach Monorepo

Structure

  • apps/frontend: React frontend (Vite)
  • apps/rest-api: Go REST API
  • apps/ws-api: Go WebSocket API
  • apps/android-app: Android app (Flutter)
  • libs/: Shared libraries and utilities

Development

  • Use docker-compose up --build to start all services.
  • To access frontend, just go to 127.0.0.1/ in your browser
  • To access rest api, go to 127.0.0.1/api/hello
  • To access ws-api, use wscat -c ws://127.0.0.1/ws/
  • To access the android app, navigate to apps/android-app/releases and download .apk file on your android device.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 42.7%
  • CMake 35.0%
  • Dart 10.6%
  • Swift 3.2%
  • HTML 2.6%
  • C 2.5%
  • Other 3.4%