Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 381 Bytes

Utilities V2

Requirements

  • NodeJS 18
  • Yarn
  • MongoDB

Getting Started

  1. yarn install
  2. Create .env based on .env.example
  3. yarn dev (optionally --filter user, --filter auth, and/or --filter admin-panel)
  4. User service and auth service are accessible at port 8001 and 8002 (and Swagger UI at /docs endpoint). Admin panel is accessible at port 8000.