igo
Version:
Igo is a Node.js Web Framework based on Express
23 lines (20 loc) • 658 B
Markdown
# Igo.js Documentation
## Contents
- [Introduction](/docs/introduction.md)
- Presentation, Installation, Getting Started, Configuration
- [Models](/docs/models.md)
- MySQL configuration, SQL migrations, Model API
- [Views](/docs/views.md)
- Template syntax, I18n, View helpers
- [Controllers](/docs/controllers.md)
- Routes, Middlewares
- [Development](/docs/development.md)
- Webpack, Nodemon
- [Test](/docs/test.md)
- Using Mocha, testing controllers
- [Production](/docs/production.md)
- Running Igo in production, receiving email alerts
- Other features
- [Cache](/docs/cache.md) : Cache API
- Igo Mailer : TODO
- Igo Logger : TODO