Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Quick and small prototype as a proof of concept for an MVC architecture

Notifications You must be signed in to change notification settings

hernancerm/gdhe_arch_prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDHE Architecture Prototype

This README is very likely to not be up to date since the purpose of this repo is to rapid fire the implementation of architecture and design ideas.

This project is a small prototype, as a proof of concept, to test an MVC architecture. The frontend looks like below.

Architecture

The general architectural pattern followed is MVC. A data access layer is provided to separate the controller from DB specific operations. The DAL is tightly coupled with Medoo, every frontend-backend communication is done via a Controller, utilizing Ajax and JSON. The red dots are prototyped in this project.

About

Quick and small prototype as a proof of concept for an MVC architecture

Topics

Resources

Stars

Watchers

Forks