This is just a repo for directory structure design, using the concept of monorepo and microservice architecture.
apps
- contains all the appsmobile-android
- mobile app for androidweb
- web app (optional)
cache
- contains all the cache from data processingdatasets
- contains all the datasets used for trainingdocker
- contains dockerfile for dev, staging, and productionpackages
- contains dependencies for all the apps or servicesplayground
- contains all the experimental code (jupyter notebook, etc)prisma
- database schema, migration, and seed with prismaservices
- contains all the servicesapi-gateway
- api service for handling all the api requestapi-auth
- api service for handling authentication
- Monorepo
- Microservice
- Unit Testing
- CI/CD (Continuous Integration/Continuous Deployment)
- ...
Coming soon
Coming soon
© 2021 Nakama Capstone