Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.03 KB

File metadata and controls

46 lines (29 loc) · 1.03 KB

Flugzeug /ˈfluːktsɔʏ̯k/ ✈️

Flugzeug Framework

Lightweight backend framework for Node.js, based on TypeScript, Express and Sequelize.

More details: Documentation

Installation

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.

Available generators

Run any inside your project folder:

flug api
flug model
flug controller
flug service

## Development

For testing the generator during development, use:

npm link

License

MIT © Rodrigo Méndez Gamboa