Monorepo for Insight related services and applications.
Frontend related code processes are managed by Lerna and Yarn Workspaces. Backend related code processes are managed by Gradle. Infrastructure as a code is managed by Terraform. CI/CD is done using Github Actions.
Clone the repo
➜ git clone https://github.com/Meemaw/insight
All code related to frontend is located inside ./frontend folder.
Boostrap projects
➜ npx lerna bootstrap
Run unit tests
➜ yarn test
All code related to backend is located inside ./backend folder.
All code related to infrastructure is located inside ./infrastructure folder.