ksquareincmx / flugzeug

Lightweight Backend Framework for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lightweight Backend Framework for Node.js

License:MIT License


Languages

Language:TypeScript 64.6%Language:HTML 19.3%Language:JavaScript 15.8%Language:Shell 0.3%