Slide 34
Slide 34 text
go-aah/aah > aah usage example (web)
$ aah new
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
aah framework v0.10 - https://aahframework.org
____________________________________________________________________
# Report improvements/bugs at https://github.com/go-aah/aah/issues #
Welcome to interactive way to create your aah application, press ^C to exit :)
Based on your inputs, aah CLI tool generates the aah application structure for you.
Enter your application import path: github.com/fedir/gmm02/aah-web
Choose your application type (web or api), default is 'web': web
Choose your application View Engine (go, pug), default is 'go': go
Choose your application Auth Scheme (form, basic), default is 'none': basic
Choose your basic auth mode (file-realm, dynamic), default is 'file-realm': dynamic
Choose your password hash algorithm (bcrypt, scrypt, pbkdf2), default is 'bcrypt': pbkdf2
Choose your session store (cookie or file), default is 'cookie': file
Would you like to enable CORS ([Y]es or [N]o), default is 'N': Y
Your aah web application was created successfully at '/Users/feo/go/src/github.com/fedir/gmm02/aah-web'
You shall run your application via the command: 'aah run --importpath github.com/fedir/gmm02/aah-web'
Go to https://docs.aahframework.org to learn more and customize your aah application.