LoopBack 4 API
REST API with MySQL, JWT auth, 606+ controllers, 582+ repositories, 22 services
Multi-modular system with LoopBack 4 API and Angular 17 applications
cd api/b3api
npm run build
npm run startcd web
yarn start-back # Backend app on port 4200
yarn start-front # Frontend app on port 4201
yarn start-dashboard # Dashboard app on port 4202Learn how to set up the development environment, understand the project structure, and start developing.
Deep dive into the LoopBack 4 API, database migrations, controllers, and authentication.
Explore the three Angular application instances, core packages, modules, and widget system.