Skip to content
  • Nay Thu Ya Aung's avatar
    refactor: restructure into 2 apps - app-admin & app-user (pull request #13) · 4d72df3a
    Nay Thu Ya Aung authored
    - Restructure the app into app-admin, app-user and common
    - Add file location in the built output files
    - Build entities for running ORM seeding during development
    - Migrate to MikroORM
    - Add bootstrap script for setting up local development
    - Use pino logger
    - Use passport and friends for authentication
    - Migrate to GraphQL code first approach
    - Run app-admin at 8000 port and app-user at 8001
    - Single entry point for both apps with unused modules eliminated
    - Add entity relation building tests
    - Build development mode during local dev and use Node 18 watch mode to run the app
    - Control which app to build via `SB_APP` environment variable
    4d72df3a