mapplejs-cli
v1.0.2
Published
CLI tool for MappleJS
Maintainers
Readme
MappleJS CLI
1. Create a new project
- mapplejs generate app
2. Create a service
Services in MappleJS help organize and centralize business logic, API calls, and data management. They follow the singleton pattern, ensuring a single instance of the service is created and shared across the application. MappleJs has two types of service currently:
Custom Service Create routes for CRUD operations. without database interaction.
Sequelize Service Uses Sequelize to interact with a database.
