Skip to content

omotolaawokunle/codefii-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Download Ustable License

About Codefii

Codefii is a stunningly fast high-level web framework that encourages rapid development and includes everything needed to create database-backed web applications.

Under the hood, codefii has a generic admin called FiiA that helps in managing database records. it's somewhat known as active admin.


Getting started

Before anything else, you need a copy of composer installed on local machine through composer.For existing applications you can run the following:

composer create-project --prefer-dist codefii/codefii myApp

Running your project

After a successful installation of the codefii components, the next thing is to navigate to your app directory and serve / run your app by using:

cd myApp
php fii --serve

then visit your browser and type:

localhost:8080

Running App with a Dynamic Port

cd myApp
php fii --serve --port=your_port_number

Documentation

The complete documentation is found on Codefii Official Website

About

A CRUD app using the codeFii framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published