Git Product home page Git Product logo

hex-api-server's Introduction

This project is designed to serve as a backbone for node.js applications.

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

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.

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub issues.
  • To support: Donate

hex-api-server's People

Contributors

eser avatar risyasin avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.