- Server - Fastify
- Database - MongoDB
- UI - Angular 11
- UX - Material
- It contains 3 projects, ui, server and shared.
- Version : 1.0.3
- Clone repo
yarn install:all
yarn build:shared
yarn install:all
yarn start
- some times there will be errors with shared imports in ui or server project then do
yarn upgrade @shared
(in ui/server fodler)