Skip to content

Projeto de Codeigniter com Angular.js - Tutorial de Programação

Notifications You must be signed in to change notification settings

ameagol/codeigniter-angular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter with Angular.js

Author: Kaio Cesar

First step

Clone the project

git clone https://github.com/kaiocesar/codeigniter-angular.git

Second step

Create a database named MODELO_DB and a table named TUSER, see below:

CREATE TABLE `TUSER` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(35) DEFAULT NULL,
  `city` varchar(25) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1

optional

create a Virtual Host and access your site in browser.

it's ready!

About

Projeto de Codeigniter com Angular.js - Tutorial de Programação

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.3%
  • CSS 3.2%
  • Other 0.5%