Skip to content
forked from CLSA/cenozo

Framework for building web applications.

License

Notifications You must be signed in to change notification settings

patrickdemond/cretace

 
 

Repository files navigation

Cretace
======

A generic PHP/Angular framework used to build web applications which tightly integrate
with one another.

src/
  This is where the source code belongs.
  This includes all packages, classes, functions, settings, etc.

aux/
  Any auxiliary files which are needed by the software go here.

doc/
  The apigen generated API documentation and design documents.

db/
  This is where all sql needed to install the application belongs.
  This includes database schemas, default data, etc.

web/
  This is the public web directory that a web server links to.

web/app/
  This is where the client-side source code goes.

web/lib/
  This is where third-party client-side libraries go.

About

Framework for building web applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.1%
  • JavaScript 37.3%
  • HTML 10.6%
  • CSS 1.0%