Skip to content

blackice999/svcourse2018.1

Repository files navigation

Requirements:

Instalation

Documentation:

The framework is a minimalistic MVC REST API framework

Structure:

  • specs - contains api description in YAML format OpenApi style
  • sql - contains all the sql files needed to create your database
    • tables - contains table definitions
  • src - contains all the source code
    • Api - contains all the API related code
      • Controllers - contains the controllers to handle the routes, Controller interface and the Router which redirects the request to it's specific controller
      • Models - contains business logic related classes, the ActiveRecord model (see Active Record Pattern), database models
    • Services - folder that contains services, helper functions, drivers
      • Authentication - contains helper classes that handles generating authentication tokens and checking them
      • Http - contains helper classes to handle requests, responses and HTTP definitions (see more about the Http Protocol
      • Pesistence - contains the persistence layer, basically drivers that know how to talk to a database or a caching system (see more about the Active Record Pattern)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages