Skip to content

Functional instance example using the Titan web service bus.

License

Notifications You must be signed in to change notification settings

titan-framework/sample-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titan Framework

About

Titan is a framework for instantiation of content management systems (CMS), allowing the creation of complex web applications. The Titan Framework proposal is to be a simple and complete development tool, allowing you to create robust applications quickly and easily.

Titan was developed and is maintained by the partnership between the Software Engineering Laboratory (LEDES) of the Faculty of Computing (FACOM) of the Federal University of Mato Grosso do Sul (UFMS) and the Laboratory for Precision Livestock, Environment and Software Engineering (PLEASE Lab) of the Embrapa Beef Cattle of the Brazilian Agricultural Research Corporation (Embrapa).

Getting Started

To create your project, use Composer:

php composer.phar create-project titan-framework/sample-api path/to/local/folder

After install, start Vagrant box to run your application:

cd path/to/local/folder
cd box
vagrant up

Your Titan instance sample is running at http://localhost:8090. To access, use "admin" as login and password.

More Information

Read Titan Cookbook (in portuguese) is the best way to start using it. You can also access our mailing list to learn advanced features and answer questions.