Flugzeug Framework
Lightweight backend framework for Node.js, based on TypeScript, Express and Sequelize.
More details: Documentation
First, install Yeoman and generator-flugzeug using npm (we assume you have pre-installed node.js).
npm install -g yo generator-flugzeug
Then generate your new project:
flug app my-project
Please note: If you are using MySQL, don't forget to manually create the database with the name you specified when creating your project. Also please update your database access credentials on the .env
file in the root of the project if needed.
Run any inside your project folder:
flug api
flug model
flug controller
flug service
## Development
For testing the generator during development, use:
npm link
MIT © Rodrigo Méndez Gamboa