0.3.25 • Published 9 years ago
hex-api-server v0.3.25
hex-api-server
This project is designed to serve as a backbone for node.js applications.
- Source: https://github.com/eserozvataf/hex-api-server
- Twitter: @eserozvataf
- Homepage: http://eser.ozvataf.com/
Quick start
Execute npm install hex-api-server --save to install hex-api-center and its dependencies into empty project directory.
Directory Structure for Projects
| Directory | Description |
|---|---|
/bin/ | Executable binaries |
/build/ | Compiled output of project |
/etc/ | Configuration files |
/public/ | Public files for web site |
/src/ | Project source |
/src/controllers/ | Controllers |
/src/data/ | Data Layer |
/src/data/migrations/ | Database migrations |
/src/data/objects/ | Data objects, wrappers, etc. |
/src/data/providers/ | Provider classes for 3rd party service integrations |
/src/data/repositories/ | Repository classes for gathering data from a datasource |
/src/data/schemas/ | Data schemas |
/src/data/utils/ | Utility classes for Data Layer components |
/src/routing/ | Routing definitions |
/src/routing/filters/ | Filters (e.g. mutates request to validate authentication) |
/src/routing/frontControllers/ | Redirects requests to internal controllers of project |
/src/routing/middlewares/ | Middlewares |
/src/utils/ | Utility classes for entire project |
/test/ | Project tests |
Todo List
See GitHub Issues.
Dependencies
- maester
- express
- spdy
- i18n
- swagger-jsdoc
Requirements
- node.js (https://nodejs.org/)
License
Apache 2.0, for further details, please see LICENSE file
Contributing
See contributors.md
It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.
0.3.25
9 years ago
0.3.24
9 years ago
0.3.23
9 years ago
0.3.22
9 years ago
0.3.21
9 years ago
0.3.20
9 years ago
0.3.19
9 years ago
0.3.18
9 years ago
0.3.17
9 years ago
0.3.16
9 years ago
0.3.15
9 years ago
0.3.14
9 years ago
0.3.13
9 years ago
0.3.12
9 years ago
0.3.11
9 years ago
0.3.10
9 years ago
0.3.9
10 years ago
0.3.8
10 years ago
0.3.7
10 years ago
0.3.6
10 years ago
0.3.5
10 years ago
0.3.4
10 years ago
0.3.3
10 years ago
0.3.2
10 years ago
0.3.1
10 years ago
0.3.0
10 years ago
0.2.0
10 years ago