Skip to content

Latest commit

 

History

History
 
 

project-structure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

# Project structure

This example describes good and simple structure for web application. Example is a good point where to start.

## Idea

Actions in controller must be a simple and other functionality must be separated into the modules. This is good case for testing and maintance. For other we must use a SOURCE - the application business logic.